Unverified Commit ee19984d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python313Packages.tencentcloud-sdk-python: 3.1.44 -> 3.1.45 (#487624)

parents 9473f88b d01e3c1a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage (finalAttrs: {
  pname = "tencentcloud-sdk-python";
  version = "3.1.44";
  version = "3.1.45";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "TencentCloud";
    repo = "tencentcloud-sdk-python";
    tag = finalAttrs.version;
    hash = "sha256-Vr91io2yHJrfYGu6rZypI7IeNSVZb+iwLtfbVADLdxQ=";
    hash = "sha256-sfvRrI8MFvX56qBjp7f8hmQQDg/3weGwL+6Kx5rcRao=";
  };

  build-system = [ setuptools ];