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

This commit is contained in:
R. Ryantm 2023-09-02 09:40:46 +00:00
parent 9a1f3d1b1d
commit 0a097d173a

View file

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