python27Packages.mwclient: 0.10.0 -> 0.10.1

This commit is contained in:
R. RyanTM 2020-07-06 14:32:08 +00:00 committed by Jon
parent 985071630e
commit 9fec655578

View file

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