pythonPackages.mechanize: 0.2.5 -> 0.3.5
This commit is contained in:
parent
f2f50aa985
commit
bdabf6a6f2
1 changed files with 3 additions and 3 deletions
|
@ -13512,15 +13512,15 @@ in {
|
|||
mccabe = callPackage ../development/python-modules/mccabe { };
|
||||
|
||||
mechanize = buildPythonPackage (rec {
|
||||
name = "mechanize-0.2.5";
|
||||
name = "mechanize-0.3.5";
|
||||
disabled = isPy3k;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/m/mechanize/${name}.tar.gz";
|
||||
sha256 = "0rj7r166i1dyrq0ihm5rijfmvhs8a04im28lv05c0c3v206v4rrf";
|
||||
sha256 = "0rki9nl4y42q694parafcsdcdqvkdjckrbg6n0691302lfsrkyfl";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ clientform ];
|
||||
propagatedBuildInputs = with self; [ clientform html5lib ];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue