mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
pythonPackages.beautifulsoup4: 4.1.3 -> 4.4.0
This commit is contained in:
parent
9006f793ad
commit
9599e44821
1 changed files with 2 additions and 6 deletions
|
@ -977,16 +977,13 @@ let
|
|||
});
|
||||
|
||||
beautifulsoup4 = buildPythonPackage (rec {
|
||||
name = "beautifulsoup4-4.1.3";
|
||||
name = "beautifulsoup4-4.4.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/b/beautifulsoup4/${name}.tar.gz";
|
||||
md5 = "f1481ed77336de77a2d8e5b061b6ad62";
|
||||
sha256 = "1xhp57nr7aapn55wpk7i2kcv2cdamcn1parrm6dqnhv9iyl1vngs";
|
||||
};
|
||||
|
||||
# invalid command 'test'
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = http://crummy.com/software/BeautifulSoup/bs4/;
|
||||
description = "HTML and XML parser";
|
||||
|
@ -995,7 +992,6 @@ let
|
|||
};
|
||||
});
|
||||
|
||||
|
||||
beaker = buildPythonPackage rec {
|
||||
name = "Beaker-1.6.4";
|
||||
|
||||
|
|
Loading…
Reference in a new issue