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

Merge pull request #325930 from fabaff/tencentcloud-sdk-python-bump

python312Packages.tencentcloud-sdk-python: 3.0.1184 -> 3.0.1185
parents 025f6d60 5e80e43f
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.1184";
  version = "3.0.1185";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "TencentCloud";
    repo = "tencentcloud-sdk-python";
    rev = "refs/tags/${version}";
    hash = "sha256-TRZbIRygmva2hsOOgU1vF/hJdW3wGxykJMCIvg35r+Q=";
    hash = "sha256-/YbmUYN+YUQ5B7iMKue3bZS7BGa6zbbDNS/G4FPUd2Q=";
  };

  build-system = [ setuptools ];