doit: 0.31.1 -> 0.32.0
This commit is contained in:
parent
f79e10061f
commit
5fb48efd99
@ -3,14 +3,14 @@
|
|||||||
let
|
let
|
||||||
|
|
||||||
name = "doit";
|
name = "doit";
|
||||||
version = "0.31.1";
|
version = "0.32.0";
|
||||||
|
|
||||||
in python3Packages.buildPythonApplication {
|
in python3Packages.buildPythonApplication {
|
||||||
name = "${name}-${version}";
|
name = "${name}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://pypi/d/${name}/${name}-${version}.tar.gz";
|
url = "mirror://pypi/d/${name}/${name}-${version}.tar.gz";
|
||||||
sha256 = "1spm8vfjh4kvalaj0i2ggbdln1yy5k68d8mfwfnpqlzxxx4ikl5s";
|
sha256 = "033m6y9763l81kgqd07rm62bngv3dsm3k9p28nwsn2qawl8h8g9j";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with python3Packages; [ mock pytest ];
|
buildInputs = with python3Packages; [ mock pytest ];
|
||||||
|
Loading…
Reference in New Issue
Block a user