python37Packages.mwclient: 0.9.3 -> 0.10.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-mwclient/versions
This commit is contained in:
R. RyanTM 2019-08-05 10:45:47 -07:00
parent 53328909da
commit 00a3f6a0fb

View File

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