python37Packages.mwclient: 0.9.2 -> 0.9.3 (#52102)
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:
parent
af18f6b121
commit
153c14a9e4
@ -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.2";
|
version = "0.9.3";
|
||||||
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 = "0553pa5gm74k0lsrbcw5ic8jypnh5c3p58i50kzjvgcqz4frsafi";
|
sha256 = "1kbrmq8zli2j93vmc2887bs7mqr4q1n908nbi1jjcci5v4cd4cqw";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ mock responses pytestcov pytest pytestcache pytestpep8 coverage ];
|
buildInputs = [ mock responses pytestcov pytest pytestcache pytestpep8 coverage ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user