summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/atlassian-python-api
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/atlassian-python-api')
-rw-r--r--pkgs/development/python-modules/atlassian-python-api/default.nix4
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 = [