mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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
This commit is contained in:
parent
ae453d1a0e
commit
48105a0aa1
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user