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>2023-02-27 04:20:53 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-27 04:20:53 +0000
commitf66033d2903f8180deadcb8dfea5c234d5ca42f9 (patch)
tree14505bdfde77af79773f79180f93b6a1a85451b4 /pkgs/development/python-modules/atlassian-python-api
parentee90de554381bff14263a31c57b195f9c21ebe9b (diff)
python310Packages.atlassian-python-api: 3.33.0 -> 3.34.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 e45d38e7d78c4..81994ce985a3d 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.33.0";
+  version = "3.34.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "atlassian-api";
     repo = pname;
     rev = "refs/tags/${version}";
-    sha256 = "sha256-vn2bI6wyYAhCxkiL4oEpJFwFicJScvhMfwLD6g6pVw8=";
+    sha256 = "sha256-en+4EKkmTQWMgnGZaGs+O9Yh2TI03xW111wbp9O8dYE=";
   };
 
   propagatedBuildInputs = [