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-17 23:35:12 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-17 23:35:12 +0000
commit891c5883f8bb0b8076a64211625b25ca9dc3bdb3 (patch)
tree52c0efa3e901a2e7c2dc7307012169336cabe62a /pkgs/development/python-modules/atlassian-python-api
parent2abea38e0824edd57a3dcfe02f84e09a3a3734c5 (diff)
python310Packages.atlassian-python-api: 3.32.2 -> 3.33.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 2c9c653dd1712..e45d38e7d78c4 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.32.2";
+  version = "3.33.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "atlassian-api";
     repo = pname;
     rev = "refs/tags/${version}";
-    sha256 = "sha256-fI+c2JiChDZhZPdoy3PaRtUwgWMRJnZieHcF4OR6nZE=";
+    sha256 = "sha256-vn2bI6wyYAhCxkiL4oEpJFwFicJScvhMfwLD6g6pVw8=";
   };
 
   propagatedBuildInputs = [