python310Packages.jira: 3.5.0 -> 3.5.1

This commit is contained in:
R. Ryantm 2023-06-10 03:41:43 +00:00
parent e3f7ddd455
commit bba6ef4710

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "jira";
version = "3.5.0";
version = "3.5.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "pycontribs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-6Nx12xEEPSWZE6XORU3I5HYM7vIjbAWPu7vNrzR4W24=";
hash = "sha256-n0V9FZ1agzvzqCriqls8C2IKhHKOmOAWqa8iCnXHKY4=";
};
nativeBuildInputs = [