mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
python: mox3: 0.28.0 -> 1.1.0
This commit is contained in:
parent
61b7d9bf67
commit
0e11921ebf
@ -13,11 +13,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mox3";
|
pname = "mox3";
|
||||||
version = "0.28.0";
|
version = "1.1.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "17d4vglb71s96hhi6d30vnkr7g1pahv95igc4sjv857qf278d540";
|
sha256 = "8a526b7b9b6341f541a9aef3e08c93fd84a5373fe89d4cc51dd571f085b2363c";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ subunit testrepository testtools six ];
|
buildInputs = [ subunit testrepository testtools six ];
|
||||||
|
Loading…
Reference in New Issue
Block a user