mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
python27Packages.mwclient: 0.10.0 -> 0.10.1
This commit is contained in:
parent
985071630e
commit
9fec655578
@ -4,14 +4,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.10.0";
|
version = "0.10.1";
|
||||||
pname = "mwclient";
|
pname = "mwclient";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mwclient";
|
owner = "mwclient";
|
||||||
repo = "mwclient";
|
repo = "mwclient";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1c3q6lwmb05yqywc4ya98ca7hsl15niili8rccl4n1yqp77c103v";
|
sha256 = "120snnsh9n5svfwkyj1w9jrxf99jnqm0jk282yypd3lpyca1l9hj";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest pytestpep8 pytestcache pytestcov responses mock ];
|
checkInputs = [ pytest pytestpep8 pytestcache pytestcov responses mock ];
|
||||||
|
Loading…
Reference in New Issue
Block a user