Skip to content

Commit

Permalink
python27Packages.mechanize: 0.4.0 -> 0.4.1
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-mechanize/versions
  • Loading branch information
r-ryantm committed Apr 2, 2019
1 parent 18aa59b commit fd679b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/mechanize/default.nix
Expand Up @@ -7,12 +7,12 @@

buildPythonPackage rec {
pname = "mechanize";
version = "0.4.0";
version = "0.4.1";
disabled = isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "15g58z3hy1pgi5sygpif28jyqj79iz4vw2mh5nxdydl4w20micvf";
sha256 = "1fl6zb36cqsdiay1mn3nmjv5jw4jys5av7hb1y9995qlycg0hm49";
};

propagatedBuildInputs = [ html5lib ];
Expand Down

0 comments on commit fd679b1

Please sign in to comment.