Merge pull request #66096 from r-ryantm/auto-update/python3.7-mwclient

python37Packages.mwclient: 0.9.3 -> 0.10.0
This commit is contained in:
Mario Rodas 2019-08-05 19:45:01 -05:00 committed by GitHub
commit 118e0e6350
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,14 +4,14 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "0.9.3"; version = "0.10.0";
pname = "mwclient"; pname = "mwclient";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mwclient"; owner = "mwclient";
repo = "mwclient"; repo = "mwclient";
rev = "v${version}"; rev = "v${version}";
sha256 = "1kbrmq8zli2j93vmc2887bs7mqr4q1n908nbi1jjcci5v4cd4cqw"; sha256 = "1c3q6lwmb05yqywc4ya98ca7hsl15niili8rccl4n1yqp77c103v";
}; };
checkInputs = [ pytest pytestpep8 pytestcache pytestcov responses mock ]; checkInputs = [ pytest pytestpep8 pytestcache pytestcov responses mock ];