python3Packages.atlassian-python-api: 3.28.1 -> 3.32.0

This commit is contained in:
Martin Weinelt 2022-12-30 20:12:56 +01:00
parent 3396b16c4e
commit e04d194fc6

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "atlassian-python-api";
version = "3.28.1";
version = "3.32.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "atlassian-api";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-ZKRmjfH3s35DU1Mut63YuN6opKzg2gpyunWYjg/FbHA=";
sha256 = "sha256-Jh3JdrA/ahge/tJipeMGag2CUk4uuGzMXC9I7UWha9E=";
};
propagatedBuildInputs = [