python37Packages.MechanicalSoup: 0.11.0 -> 0.12.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.7-mechanicalsoup/versions
This commit is contained in:
parent
c455adcc42
commit
3d7f64d7a7
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "MechanicalSoup";
|
pname = "MechanicalSoup";
|
||||||
version = "0.11.0";
|
version = "0.12.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0k59wwk75q7nz6i6gynvzhagy02ql0bv7py3qqcwgjw7607yq4i7";
|
sha256 = "1g976rk79apz6rc338zq3ml2yps8hb88nyw3a698d0brm4khd9ir";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest pytestrunner requests-mock pytestcov ];
|
checkInputs = [ pytest pytestrunner requests-mock pytestcov ];
|
||||||
|
Loading…
Reference in New Issue
Block a user