python3Packages.jira: 3.5.2 -> 3.6.0

https://github.com/pycontribs/jira/releases/tag/3.6.0
This commit is contained in:
Martin Weinelt
2024-03-12 18:24:28 +01:00
parent e1c0bda806
commit c1bddea502
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "jira";
version = "3.5.2";
version = "3.6.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "pycontribs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-9hzKN57OHi2be9C2mtHZU1KcpbcKxiiYDj9Vw7MxTK4=";
hash = "sha256-Wv6xjk1nyFIDKAypyQRlqFglzxe9Ems2ON3PEehUP/Q=";
};
nativeBuildInputs = [