about summary refs log tree commit diff
path: root/pkgs/development/python-modules/atlassian-python-api
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-08 20:35:13 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-08 20:35:13 +0000
commitd95cbb406c824a696182dddf38fb6c35cfee375b (patch)
tree941695e68ea773c74e3b6c390e2b8edfab26a196 /pkgs/development/python-modules/atlassian-python-api
parent456c6a40b09704ae3e66a9b76d2cf1fb2bc31ed9 (diff)
python310Packages.atlassian-python-api: 3.26.0 -> 3.28.0
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 474c342cc5be7..31395ad78827c 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 = [