summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-05-15 11:55:03 +0200
committerGitHub <noreply@github.com>2023-05-15 11:55:03 +0200
commitcff89b3bffd420f1b9ca47c9c74a79953f0abeca (patch)
tree6d35ab6bd0224e89d696538e0cdddbd08ee2d46c
parent8c4a3f67b5022fc9d9721a48593160111316eb44 (diff)
parent46f2510f2bf5721673f885023af223180765ad24 (diff)
Merge pull request #231997 from r-ryantm/auto-update/python310Packages.atlassian-python-api
python310Packages.atlassian-python-api: 3.34.0 -> 3.36.0
-rwxr-xr-xpkgs/development/python-modules/atlassian-python-api/default.nix5
1 files changed, 3 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 2fee3f307f0d7..1663830fa1f43 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 = [
@@ -43,6 +43,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Python Atlassian REST API Wrapper";
     homepage = "https://github.com/atlassian-api/atlassian-python-api";
+    changelog = "https://github.com/atlassian-api/atlassian-python-api/releases/tag/${version}";
     license = licenses.asl20;
     maintainers = with maintainers; [ arnoldfarkas ];
   };