Skip to content

Commit

Permalink
Merge pull request NixOS#314354 from r-ryantm/auto-update/python311Pa…
Browse files Browse the repository at this point in the history
…ckages.atlassian-python-api

python311Packages.atlassian-python-api: 3.41.11 -> 3.41.13
  • Loading branch information
NickCao authored May 25, 2024
2 parents 9adee83 + bd7d3cd commit ecb7ef7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "atlassian-python-api";
version = "3.41.11";
version = "3.41.13";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "atlassian-api";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-yQqy+pFl5TK4CEUM+vpwl+pkUjBuc0xvqC9o1ZC5m7c=";
hash = "sha256-ldSiO9exbF89KDaspj3kIzAZzOfr/6ohlOyQ5mBxo/U=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit ecb7ef7

Please sign in to comment.