python312Packages.jira: 3.6.0 -> 3.8.0

This commit is contained in:
R. Ryantm
2024-03-28 12:44:13 +00:00
parent e0188a425e
commit 849b601c0d
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "jira";
version = "3.6.0";
version = "3.8.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "pycontribs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Wv6xjk1nyFIDKAypyQRlqFglzxe9Ems2ON3PEehUP/Q=";
hash = "sha256-zE0fceCnyv0qKak8sRCXPCauC0KeOmczY/ZkVoHNcS8=";
};
nativeBuildInputs = [