about summary refs log tree commit diff
path: root/pkgs/development/python-modules/atlassian-python-api
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-12-30 20:12:56 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 01:08:52 +0100
commite04d194fc693f0fa5e92294e59df63d7d5f44f90 (patch)
tree28bf8cb9995502119244d317a2ca7cb4ff0ff38c /pkgs/development/python-modules/atlassian-python-api
parent3396b16c4ed4cda1a03ad469053b1a464671f596 (diff)
python3Packages.atlassian-python-api: 3.28.1 -> 3.32.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 a0c0062616294..fae7f6567037b 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.28.1";
+  version = "3.32.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "atlassian-api";
     repo = pname;
     rev = "refs/tags/${version}";
-    sha256 = "sha256-ZKRmjfH3s35DU1Mut63YuN6opKzg2gpyunWYjg/FbHA=";
+    sha256 = "sha256-Jh3JdrA/ahge/tJipeMGag2CUk4uuGzMXC9I7UWha9E=";
   };
 
   propagatedBuildInputs = [