summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/atlassian-python-api
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-15 07:50:21 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-15 07:50:21 +0000
commit1bb618759ed431be9d140a3247c92f11be94e671 (patch)
tree2b17136a10a37c29e0be62613d5e1e8e1380ba28 /pkgs/development/python-modules/atlassian-python-api
parent1fb3ea2de8250dec646c6cefbe3b6cd59668cab0 (diff)
python310Packages.atlassian-python-api: 3.34.0 -> 3.36.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 2fee3f307f0d..ec7e37f06cda 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.34.0";
+ version = "3.36.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "atlassian-api";
repo = pname;
rev = "refs/tags/${version}";
- hash = "sha256-en+4EKkmTQWMgnGZaGs+O9Yh2TI03xW111wbp9O8dYE=";
+ hash = "sha256-9xKGA9F3RLijjiEnb01QjmWA9CnN7FZGEEFEWZU4A+A=";
};
propagatedBuildInputs = [