pythonPackages.beautifulsoup4: 4.4.1 -> 4.5.1
This commit is contained in:
parent
32352638ec
commit
55deb148f5
@ -1812,11 +1812,11 @@ in modules // {
|
||||
});
|
||||
|
||||
beautifulsoup4 = buildPythonPackage (rec {
|
||||
name = "beautifulsoup4-4.4.1";
|
||||
name = "beautifulsoup4-4.5.1";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/b/beautifulsoup4/${name}.tar.gz";
|
||||
sha256 = "1d36lc4pfkvl74fmzdib2nqnvknm0jddgf2n9yd7im150qyh3m47";
|
||||
sha256 = "1qgmhw65ncsgccjhslgkkszif47q6gvxwqv4mim17agxd81p951w";
|
||||
};
|
||||
|
||||
buildInputs = [ self.nose ];
|
||||
|
Loading…
Reference in New Issue
Block a user