Merge pull request #69883 from r-ryantm/auto-update/python3.7-MechanicalSoup

python37Packages.MechanicalSoup: 0.11.0 -> 0.12.0
This commit is contained in:
Mario Rodas 2019-09-28 13:52:27 -05:00 committed by GitHub
commit 8846bf0574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "MechanicalSoup";
version = "0.11.0";
version = "0.12.0";
src = fetchPypi {
inherit pname version;
sha256 = "0k59wwk75q7nz6i6gynvzhagy02ql0bv7py3qqcwgjw7607yq4i7";
sha256 = "1g976rk79apz6rc338zq3ml2yps8hb88nyw3a698d0brm4khd9ir";
};
checkInputs = [ pytest pytestrunner requests-mock pytestcov ];