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

python36Packages.MechanicalSoup: 0.10.0 -> 0.11.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-mechanicalsoup/versions

authored by

R. RyanTM and committed by
Frederik Rietdijk
0ab77afc fafead37

+2 -2
+2 -2
pkgs/development/python-modules/MechanicalSoup/default.nix
··· 5 6 buildPythonPackage rec { 7 pname = "MechanicalSoup"; 8 - version = "0.10.0"; 9 10 src = fetchPypi { 11 inherit pname version; 12 - sha256 = "22423efd025c3eedb06f41d3ff1127174a59f40dc560e82dce143956976195bf"; 13 }; 14 15 checkInputs = [ pytest pytestrunner requests-mock pytestcov ];
··· 5 6 buildPythonPackage rec { 7 pname = "MechanicalSoup"; 8 + version = "0.11.0"; 9 10 src = fetchPypi { 11 inherit pname version; 12 + sha256 = "0k59wwk75q7nz6i6gynvzhagy02ql0bv7py3qqcwgjw7607yq4i7"; 13 }; 14 15 checkInputs = [ pytest pytestrunner requests-mock pytestcov ];