diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2024-06-19 05:04:45 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2024-06-24 12:14:43 +0200 |
| commit | 4e142f97d86dcb946535b30069cb5b29b5af7ccc (patch) | |
| tree | 70fc4b324c6f89215cf794580b76a730bf1206a1 /pkgs/development/python-modules/atlassian-python-api | |
| parent | cb5cf972ef168e110f46e3419a233fb5fd49a4be (diff) | |
python3Packages.atlassian-python-api: 3.41.13 -> 3.41.14
https://github.com/atlassian-api/atlassian-python-api/releases/tag/3.41.14
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 78775f666f50..6a481aed589d 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.13"; + version = "3.41.14"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "atlassian-api"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-ldSiO9exbF89KDaspj3kIzAZzOfr/6ohlOyQ5mBxo/U="; + hash = "sha256-cXVHGEOvEuSH19mub9u6kjK3epetN3IeXlHxwiBzTPY="; }; propagatedBuildInputs = [ |
