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

python312Packages.tencentcloud-sdk-python: 3.0.1234 -> 3.0.1235 (#343443)

parents b1b7d7f3 430a35fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "tencentcloud-sdk-python";
  version = "3.0.1234";
  version = "3.0.1235";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "TencentCloud";
    repo = "tencentcloud-sdk-python";
    rev = "refs/tags/${version}";
    hash = "sha256-tQKF/MF2WdLp4vOJS3psiBklwzM9R3jo7SSLhZWOjBU=";
    hash = "sha256-OiifyoM9rMnLK3B/xdC/0grSLUKH1IZh4CDI1Yur3/8=";
  };

  build-system = [ setuptools ];