python310Packages.jira: 3.5.1 -> 3.5.2

This commit is contained in:
R. Ryantm 2023-06-29 18:39:53 +00:00
parent a72ba97e10
commit b54924c377

View File

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