diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2024-05-24 19:13:08 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2024-05-24 19:13:08 +0000 |
| commit | bd7d3cda5838011740baa751bd04ceb765ed217d (patch) | |
| tree | 8d68479f29b3b7012b5bae1420892838f90da103 /pkgs/development/python-modules/atlassian-python-api | |
| parent | c77a089983f5dbb950d7ab7545a2a183a808f85d (diff) | |
python311Packages.atlassian-python-api: 3.41.11 -> 3.41.13
Diffstat (limited to 'pkgs/development/python-modules/atlassian-python-api')
| -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 922f3831b5e0..78775f666f50 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.11"; + version = "3.41.13"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "atlassian-api"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-yQqy+pFl5TK4CEUM+vpwl+pkUjBuc0xvqC9o1ZC5m7c="; + hash = "sha256-ldSiO9exbF89KDaspj3kIzAZzOfr/6ohlOyQ5mBxo/U="; }; propagatedBuildInputs = [ |
