From 48105a0aa1c143347cd16bb96885a6b072bbcd16 Mon Sep 17 00:00:00 2001 From: "Ricardo M. Correia" Date: Mon, 8 Sep 2014 01:54:20 +0200 Subject: [PATCH] pythonPackages.beautifulsoup4: Fix hash The src tarball was modified in the PyPI repository. I have compared the old tarball against the new one, the only difference being that the new one is missing the following files/directories: AUTHORS.txt COPYING.txt doc/ NEWS.txt scripts/ TODO.txt --- pkgs/top-level/python-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 705e6696695..92d51090236 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -675,7 +675,7 @@ rec { src = fetchurl { url = "http://pypi.python.org/packages/source/b/beautifulsoup4/${name}.tar.gz"; - md5 = "c012adc06217b8532c446d181cc56586"; + md5 = "f1481ed77336de77a2d8e5b061b6ad62"; }; # invalid command 'test'