Merge pull request #18709 from leenaars/bs
pythonPackages.beautifulsoup4: 4.4.1 -> 4.5.1
This commit is contained in:
commit
cc22b5f2ad
@ -1812,11 +1812,11 @@ in modules // {
|
|||||||
});
|
});
|
||||||
|
|
||||||
beautifulsoup4 = buildPythonPackage (rec {
|
beautifulsoup4 = buildPythonPackage (rec {
|
||||||
name = "beautifulsoup4-4.4.1";
|
name = "beautifulsoup4-4.5.1";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/b/beautifulsoup4/${name}.tar.gz";
|
url = "mirror://pypi/b/beautifulsoup4/${name}.tar.gz";
|
||||||
sha256 = "1d36lc4pfkvl74fmzdib2nqnvknm0jddgf2n9yd7im150qyh3m47";
|
sha256 = "1qgmhw65ncsgccjhslgkkszif47q6gvxwqv4mim17agxd81p951w";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ self.nose ];
|
buildInputs = [ self.nose ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user