Unverified Commit fa21713e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.tencentcloud-sdk-python: 3.0.1462 -> 3.0.1463 (#444276)

parents ae90e636 744df131
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "tencentcloud-sdk-python";
  version = "3.0.1460";
  version = "3.0.1463";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "TencentCloud";
    repo = "tencentcloud-sdk-python";
    tag = version;
    hash = "sha256-ZWKPEdBNwtaWD0RUIrNKRBkiaJj9b2+Meot0ecb+mok=";
    hash = "sha256-ZGwxbndI+0hKX38BIiHIXr7NGvC9FMEoqr/HQIaZsok=";
  };

  build-system = [ setuptools ];