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

python314Packages.tencentcloud-sdk-python: 3.1.45 -> 3.1.46 (#489077)

parents 0487ed56 62c5508e
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.45";
  version = "3.1.46";
  pyproject = true;

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

  build-system = [ setuptools ];