python27Packages.mechanize: 0.3.5 -> 0.3.7

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 2018-10-24 02:35:36 -07:00 committed by Frederik Rietdijk
parent a2a95fd406
commit 7476843b47

View File

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