summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/atlassian-python-api
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2025-03-23 09:31:04 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2025-03-23 09:31:04 +0000
commit253ea9829df35ca16cd8db3ad2a9c7855a03eedb (patch)
tree52847a1c75757093216207682fca299727a1f030 /pkgs/development/python-modules/atlassian-python-api
parentf9ec383a105dfa6ea11dc7527563aa6e929503bf (diff)
python312Packages.atlassian-python-api: 3.41.19 -> 3.41.21
Diffstat (limited to 'pkgs/development/python-modules/atlassian-python-api')
-rw-r--r--pkgs/development/python-modules/atlassian-python-api/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/atlassian-python-api/default.nix b/pkgs/development/python-modules/atlassian-python-api/default.nix
index 5d477a3ec13c..ab4e3d41a0ed 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.19";
+ version = "3.41.21";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "atlassian-api";
repo = pname;
tag = version;
- hash = "sha256-i++I3sloBp0v+kB1mmS/CSlSpjOvaFYDTBh+FZr2NS0=";
+ hash = "sha256-m8B6t9tTlef8cdsh/wnsc0iyNLsB0RYjUhq/bA9MeII=";
};
propagatedBuildInputs = [
@@ -48,7 +48,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}";
+ changelog = "https://github.com/atlassian-api/atlassian-python-api/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = with maintainers; [ arnoldfarkas ];
};