python3Packages.alibabacloud-tea-openapi: 0.4.4 -> 0.4.5

This commit is contained in:
Fabian Affolter
2026-07-20 09:40:01 +02:00
parent 769eb64f4c
commit 4fd3e421a0

View File

@@ -12,13 +12,13 @@
buildPythonPackage (finalAttrs: {
pname = "alibabacloud-tea-openapi";
version = "0.4.4";
version = "0.4.5";
pyproject = true;
src = fetchPypi {
pname = "alibabacloud_tea_openapi";
inherit (finalAttrs) version;
hash = "sha256-GwkXvAPNSUF9pklF6ScxcW1T4uuHB7I19U5Ft0cyIc4=";
hash = "sha256-dfofQ2CkbkH1v1+NSRflLvtvZIhYObwTKMNVkGcMl7k=";
};
pythonRelaxDeps = [ "cryptography" ];