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

python313Packages.tencentcloud-sdk-python: 3.0.1466 -> 3.0.1467 (#446296)

parents 55e23a56 bc876449
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.1466";
  version = "3.0.1467";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "TencentCloud";
    repo = "tencentcloud-sdk-python";
    tag = version;
    hash = "sha256-+kCnMw2gVSW6NL4Rt5lfRgtBSXTCaJJu2RVr8hRFkyo=";
    hash = "sha256-qbmPZ6QSAe46SO3CvjcRBgLYlFxzIj/cy+ffdzclHG0=";
  };

  build-system = [ setuptools ];