python3Packages.alibabacloud-credentials: 1.0.11 -> 1.0.12

This commit is contained in:
R. Ryantm
2026-08-20 16:19:13 +00:00
parent a4c5bd116c
commit 84ffdf13c4

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" ];