Merge pull request #62518 from r-ryantm/auto-update/python3.7-bugwarrior

python37Packages.bugwarrior: 1.6.0 -> 1.7.0
This commit is contained in:
Mario Rodas 2019-06-04 05:11:54 -05:00 committed by GitHub
commit 1ba3567a0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "bugwarrior";
version = "1.6.0";
version = "1.7.0";
src = fetchPypi {
inherit pname version;
sha256 = "cfa4fac19b4f4638928347b8fe192315f72813c3e8ed668867e5891338c7e4ec";
sha256 = "1pmznka5dxcdjfak0p1yh7lhfbfazmx8g9ysv57lsrkqy4n61qks";
};
buildInputs = [ mock unittest2 nose /* jira megaplan */ ];