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

python313Packages.tencentcloud-sdk-python: 3.0.1490 -> 3.0.1491 (#463480)

parents dc11be37 d4d31cca
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.1490";
  version = "3.0.1491";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "TencentCloud";
    repo = "tencentcloud-sdk-python";
    tag = version;
    hash = "sha256-T52nSw2XljtlcxFCDlvsnr9429Jwlbo2fQB0HibEIPY=";
    hash = "sha256-ygO1D9l0RPWvzTOxuKx7Mc233pgHmY+nmphw82a2U/Y=";
  };

  build-system = [ setuptools ];