Merge pull request #36509 from ryantm/auto-update/doit

doit: 0.30.3 -> 0.31.0
This commit is contained in:
Joachim F 2018-03-14 19:48:20 +00:00 committed by GitHub
commit 95e28a6c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,14 @@
let
name = "doit";
version = "0.30.3";
version = "0.31.0";
in python3Packages.buildPythonApplication {
name = "${name}-${version}";
src = fetchurl {
url = "mirror://pypi/d/${name}/${name}-${version}.tar.gz";
sha256 = "1fcsslc3mc4bszq5xdqbxv37720s1s31d6pbfwc2iyxk1x2wi219";
sha256 = "0v1yr04bfqnz3sp261np3zhf0y1b3a1daxc83iq308lscf39fdgx";
};
buildInputs = with python3Packages; [ mock pytest ];