python310Packages.atlassian-python-api: 3.41.1 -> 3.41.3

This commit is contained in:
R. Ryantm 2023-11-04 05:29:28 +00:00
parent 8b855b2b4b
commit b31564c6de

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "atlassian-python-api";
version = "3.41.1";
version = "3.41.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "atlassian-api";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-DSIJOp5c/bqOOIZylhUGyIwIco5isA3ytCRR51WfTyI=";
hash = "sha256-MIzBuIeQfAVlllaU02htx1eufRlpe+V9Kzo+EFF45ME=";
};
propagatedBuildInputs = [