python3Packages.alibabacloud-credentials: 1.0.11 -> 1.0.12

https://github.com/aliyun/credentials-python/releases/tag/v1.0.12

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:04 +02:00
parent fa0e9d1707
commit d7192ca583

View File

@@ -11,13 +11,13 @@
buildPythonPackage (finalAttrs: {
pname = "alibabacloud-credentials";
version = "1.0.11";
version = "1.0.12";
pyproject = true;
src = fetchPypi {
pname = "alibabacloud_credentials";
inherit (finalAttrs) version;
hash = "sha256-EQUOiZbj8YIb+1KqYDL/nwGSeYp3LAe300qxmmioLMA=";
hash = "sha256-h9pB6j/7FGtE2ZnGLBYMK5awwwJ1rjUgW83+eboMQRk=";
};
pythonRelaxDeps = [ "aiofiles" ];