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:
parent
f8865ae0be
commit
68043a048e
|
@ -7,12 +7,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mechanize";
|
pname = "mechanize";
|
||||||
version = "0.3.7";
|
version = "0.4.0";
|
||||||
disabled = isPy3k;
|
disabled = isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1licf3wiy21pncg8hkx58r7xj4ylrqa8jcfh9n4rh23rmykf2rpf";
|
sha256 = "15g58z3hy1pgi5sygpif28jyqj79iz4vw2mh5nxdydl4w20micvf";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ html5lib ];
|
propagatedBuildInputs = [ html5lib ];
|
||||||
|
|
Loading…
Reference in a new issue