Merge pull request #265391 from r-ryantm/auto-update/python310Packages.atlassian-python-api

python310Packages.atlassian-python-api: 3.41.1 -> 3.41.3
This commit is contained in:
Fabian Affolter 2023-11-04 10:29:08 +01:00 committed by GitHub
commit 91ab3e70a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [