3
0
Fork 0
forked from mirrors/nixpkgs

python27Packages.mechanize: 0.3.7 -> 0.4.0 (#54720)

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
This commit is contained in:
R. RyanTM 2019-01-28 08:49:21 -08:00 committed by Robert Schütz
parent f8865ae0be
commit 68043a048e

View file

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "mechanize";
version = "0.3.7";
version = "0.4.0";
disabled = isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "1licf3wiy21pncg8hkx58r7xj4ylrqa8jcfh9n4rh23rmykf2rpf";
sha256 = "15g58z3hy1pgi5sygpif28jyqj79iz4vw2mh5nxdydl4w20micvf";
};
propagatedBuildInputs = [ html5lib ];