pythonPackages.mechanize: 0.2.5 -> 0.3.5

This commit is contained in:
Victor Calvert 2017-06-28 19:20:02 -04:00 committed by Frederik Rietdijk
parent f2f50aa985
commit bdabf6a6f2

View file

@ -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;