python37Packages.bugwarrior: 1.6.0 -> 1.7.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-bugwarrior/versions
This commit is contained in:
R. RyanTM 2019-06-02 08:32:09 -07:00
parent 97aba37876
commit b09734a652

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 */ ];