python3Packages.jira: 3.8.0 -> 3.9.4
https://github.com/pycontribs/jira/releases/tag/3.9.4
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jira";
|
pname = "jira";
|
||||||
version = "3.8.0";
|
version = "3.9.4";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@@ -32,7 +32,7 @@ buildPythonPackage rec {
|
|||||||
owner = "pycontribs";
|
owner = "pycontribs";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-zE0fceCnyv0qKak8sRCXPCauC0KeOmczY/ZkVoHNcS8=";
|
hash = "sha256-P3dbrBKpHvLNIA+JBeSXEQl4QVZ0FdKkNIU8oPHWw6k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@@ -83,7 +83,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Library to interact with the JIRA REST API";
|
description = "Library to interact with the JIRA REST API";
|
||||||
homepage = "https://github.com/pycontribs/jira";
|
homepage = "https://github.com/pycontribs/jira";
|
||||||
changelog = "https://github.com/pycontribs/jira/releases/tag/${version}";
|
changelog = "https://github.com/pycontribs/jira/releases/tag/${src.tag}";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
mainProgram = "jirashell";
|
mainProgram = "jirashell";
|
||||||
|
|||||||
Reference in New Issue
Block a user