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')
-rwxr-xr-xpkgs/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 474c342cc5be..31395ad78827 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.26.0";
+ version = "3.28.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "atlassian-api";
repo = pname;
rev = "refs/tags/${version}";
- sha256 = "sha256-S1+QKSxoBSIebsqhx4OgQAOhNw3P674m/V203ylXB+c=";
+ sha256 = "sha256-a0c/IOy14Pq8IEUKNyOh0/Z/ERGfeeI5aXFL/WpLUxE=";
};
propagatedBuildInputs = [