python36Packages.mwclient: 0.9.1 -> 0.9.2

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.6-mwclient/versions
This commit is contained in:
R. RyanTM 2018-11-08 20:59:31 -08:00
parent a054d74507
commit b1f47e3d82

View File

@ -2,7 +2,7 @@
, responses, mock, pytestcov, pytest, pytestcache, pytestpep8, coverage, six }: , responses, mock, pytestcov, pytest, pytestcache, pytestpep8, coverage, six }:
buildPythonPackage rec { buildPythonPackage rec {
version = "0.9.1"; version = "0.9.2";
pname = "mwclient"; pname = "mwclient";
name = "${pname}-${version}"; name = "${pname}-${version}";
@ -10,7 +10,7 @@ buildPythonPackage rec {
owner = "mwclient"; owner = "mwclient";
repo = "mwclient"; repo = "mwclient";
rev = "v${version}"; rev = "v${version}";
sha256 = "0l7l5j7znlyn2yqvdfxr4dq23wyp6d8z49pnkjqy2kan11nrjzym"; sha256 = "0553pa5gm74k0lsrbcw5ic8jypnh5c3p58i50kzjvgcqz4frsafi";
}; };
buildInputs = [ mock responses pytestcov pytest pytestcache pytestpep8 coverage ]; buildInputs = [ mock responses pytestcov pytest pytestcache pytestpep8 coverage ];