diff options
author | Nick Cao | 2024-08-30 15:38:10 -0400 |
---|---|---|
committer | GitHub | 2024-08-30 15:38:10 -0400 |
commit | eda6f24b8109cc604a0ac00ba13ab41cf808a2b5 (patch) | |
tree | 82db28f7d3f5a1cc5776af73cb7b1afa0e3471c9 /pkgs | |
parent | acb590b6053bdc9716020a171b9733a9c7ca342a (diff) | |
parent | eff0d31c7d90b79b97b8b918c6b9f70e9ce63dde (diff) |
python312Packages.atlassian-python-api: 3.41.14 -> 3.41.15 (#338409)
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/development/python-modules/atlassian-python-api/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/atlassian-python-api/default.nix b/pkgs/development/python-modules/atlassian-python-api/default.nix index 6a481aed589d..5d1a30895382 100644 --- a/pkgs/development/python-modules/atlassian-python-api/default.nix +++ b/pkgs/development/python-modules/atlassian-python-api/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "atlassian-python-api"; - version = "3.41.14"; + version = "3.41.15"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "atlassian-api"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-cXVHGEOvEuSH19mub9u6kjK3epetN3IeXlHxwiBzTPY="; + hash = "sha256-DnsDulCbkilfD51r8x/L3RJXTDclAi4gYNktfuQC0w8="; }; propagatedBuildInputs = [ |