lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.mechanize: 0.4.7 -> 0.4.8

+2 -2
+2 -2
pkgs/development/python-modules/mechanize/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "mechanize"; 9 - version = "0.4.7"; 9 + version = "0.4.8"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "1773a8f5818398e0010e781dc0f942cd88b107a57424c904d545cd827c216809"; 13 + sha256 = "sha256-XoasB3c1fgBusEzSj37Z+BHUjf+mA9OJGsbSuSKA3JE="; 14 14 }; 15 15 16 16 propagatedBuildInputs = [ html5lib ];