Merge pull request #104869 from r-ryantm/auto-update/jira-cli

jira-cli: 2.2 -> 3.0
This commit is contained in:
Sandro 2020-11-25 17:31:57 +01:00 committed by GitHub
commit f489c5aa50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,10 +4,10 @@ let
in in
buildPythonApplication rec { buildPythonApplication rec {
pname = "jira-cli"; pname = "jira-cli";
version = "2.2"; version = "3.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "314118d5d851394ebf910122fd7ce871f63581393968c71456441eb56be3b112"; sha256 = "86f7d4ad7292c9a27bbc265d09e7bcd00ef8159f20172998d85f25aad53b0df6";
}; };
postPatch = '' postPatch = ''