python313Packages.tencentcloud-sdk-python: 3.0.1400 -> 3.0.1401 (#417319)

This commit is contained in:
Nick Cao
2025-06-16 17:44:58 -04:00
committed by GitHub

View File

@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tencentcloud-sdk-python";
version = "3.0.1400";
version = "3.0.1401";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = version;
hash = "sha256-59S4om1Jjnio2noSXaC2gRlW+Wq7MRTqu8LJV7aaido=";
hash = "sha256-W25NCSjD+gSoOCz38hAnurDjDUk2wmwqAprswmPnARo=";
};
build-system = [ setuptools ];