about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-09-28 08:46:09 -0400
committerGitHub <noreply@github.com>2024-09-28 08:46:09 -0400
commitd317eb75c3ba843d53359869b841eddd92e617eb (patch)
tree5bb76a820273f6332114252c307061f128b7a7ac /pkgs
parent49be301a59b894ffe96a964a525cfa6bcdab5cf6 (diff)
parentb28b31d25b0338a6d512c1b1dbf3a2c2fa078f06 (diff)
python312Packages.atlassian-python-api: 3.41.15 -> 3.41.16 (#345004)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/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 5d1a308953820..20e01126b9745 100644
--- a/pkgs/development/python-modules/atlassian-python-api/default.nix
+++ b/pkgs/development/python-modules/atlassian-python-api/default.nix
@@ -17,7 +17,7 @@
 
 buildPythonPackage rec {
   pname = "atlassian-python-api";
-  version = "3.41.15";
+  version = "3.41.16";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
     owner = "atlassian-api";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-DnsDulCbkilfD51r8x/L3RJXTDclAi4gYNktfuQC0w8=";
+    hash = "sha256-HhFGM8EPGCT3WqVf6WP6VvwsppvzFvHg+ys7GhUUwW0=";
   };
 
   propagatedBuildInputs = [