python3Packages.jira: 3.8.0 -> 3.9.4

https://github.com/pycontribs/jira/releases/tag/3.9.4
This commit is contained in:
Martin Weinelt
2025-01-27 10:55:47 +01:00
parent 186c9e8056
commit 7e7963d873
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "jira";
version = "3.8.0";
version = "3.9.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "pycontribs";
repo = pname;
tag = version;
hash = "sha256-zE0fceCnyv0qKak8sRCXPCauC0KeOmczY/ZkVoHNcS8=";
hash = "sha256-P3dbrBKpHvLNIA+JBeSXEQl4QVZ0FdKkNIU8oPHWw6k=";
};
nativeBuildInputs = [
@@ -83,7 +83,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to interact with the JIRA REST API";
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;
maintainers = [ ];
mainProgram = "jirashell";