nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

authored by

R. RyanTM and committed by
Robert Schütz
68043a04 f8865ae0

+2 -2
+2 -2
pkgs/development/python-modules/mechanize/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "mechanize"; 10 - version = "0.3.7"; 10 + version = "0.4.0"; 11 11 disabled = isPy3k; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "1licf3wiy21pncg8hkx58r7xj4ylrqa8jcfh9n4rh23rmykf2rpf"; 15 + sha256 = "15g58z3hy1pgi5sygpif28jyqj79iz4vw2mh5nxdydl4w20micvf"; 16 16 }; 17 17 18 18 propagatedBuildInputs = [ html5lib ];