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

python313Packages.tencentcloud-sdk-python: 3.0.1484 -> 3.0.1485 (#460594)

parents 189a0a96 32f2d2ab
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.1484";
  version = "3.0.1486";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "TencentCloud";
    repo = "tencentcloud-sdk-python";
    tag = version;
    hash = "sha256-nAfQTg4sufpyKAH37/TaUzklvIY5UPTLKf0t3chUAcI=";
    hash = "sha256-sA768O0JTDKPDqs6khrqy/HGIXl63tgkhbiB8w8HF84=";
  };

  build-system = [ setuptools ];