mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
Merge pull request #38247 from r-ryantm/auto-update/doit
doit: 0.31.0 -> 0.31.1
This commit is contained in:
commit
c70addc2ae
|
@ -3,14 +3,14 @@
|
||||||
let
|
let
|
||||||
|
|
||||||
name = "doit";
|
name = "doit";
|
||||||
version = "0.31.0";
|
version = "0.31.1";
|
||||||
|
|
||||||
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 = "0v1yr04bfqnz3sp261np3zhf0y1b3a1daxc83iq308lscf39fdgx";
|
sha256 = "1spm8vfjh4kvalaj0i2ggbdln1yy5k68d8mfwfnpqlzxxx4ikl5s";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with python3Packages; [ mock pytest ];
|
buildInputs = with python3Packages; [ mock pytest ];
|
||||||
|
|
Loading…
Reference in a new issue