diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-05-22 05:09:34 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2023-05-22 05:09:34 +0000 |
| commit | aa9455616dc6c008ddcc2749da24f28a34c81dea (patch) | |
| tree | dbe7bde301f98863b0855173ed2f9583b2ef71c4 /pkgs/development/python-modules/atlassian-python-api | |
| parent | af56b152ea691a5d1993dcdb52f70b45e5821475 (diff) | |
python310Packages.atlassian-python-api: 3.36.0 -> 3.37.0
Diffstat (limited to 'pkgs/development/python-modules/atlassian-python-api')
| -rwxr-xr-x | 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 1663830fa1f4..47d3741fa618 100755 --- a/pkgs/development/python-modules/atlassian-python-api/default.nix +++ b/pkgs/development/python-modules/atlassian-python-api/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "atlassian-python-api"; - version = "3.36.0"; + version = "3.37.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "atlassian-api"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-9xKGA9F3RLijjiEnb01QjmWA9CnN7FZGEEFEWZU4A+A="; + hash = "sha256-+lhDivbw30Oa3aB0TprRhBzv/c72IzNltFZA87LY2nM="; }; propagatedBuildInputs = [ |
