diff --git a/pkgs/development/python-modules/jira/default.nix b/pkgs/development/python-modules/jira/default.nix index 16a7950a401a..370b70457660 100644 --- a/pkgs/development/python-modules/jira/default.nix +++ b/pkgs/development/python-modules/jira/default.nix @@ -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";