python3Packages.alibabacloud-credentials: 1.0.7 -> 1.0.8

Changelog: https://github.com/aliyun/credentials-python/releases/tag/v1.0.8
This commit is contained in:
Fabian Affolter
2026-03-13 13:21:34 +01:00
parent 10047adfd9
commit 6ad4bc7d8b
@@ -11,13 +11,13 @@
buildPythonPackage (finalAttrs: {
pname = "alibabacloud-credentials";
version = "1.0.7";
version = "1.0.8";
pyproject = true;
src = fetchPypi {
pname = "alibabacloud_credentials";
inherit (finalAttrs) version;
hash = "sha256-gEKCgLS8+VRh1B0UkKIjYLi2fRgpvx6zj3T6vMaT8bM=";
hash = "sha256-Nkwiq+8tJAslnOrfHOaAABfxmjNnKVU5VpKKHt0S52k=";
};
pythonRelaxDeps = [ "aiofiles" ];