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

python313Packages.tencentcloud-sdk-python: 3.0.1482 -> 3.0.1483 (#459193)

parents 1311ce34 bbf15c11
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.1482";
  version = "3.0.1483";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "TencentCloud";
    repo = "tencentcloud-sdk-python";
    tag = version;
    hash = "sha256-dllmMdjI4osrtdTN5qo2k/KtEKDpF9G1Ul3JkegvMt0=";
    hash = "sha256-yidKh50qnikyhBeuMKxiVD4xdqRO2ReJp1SuD266lHM=";
  };

  build-system = [ setuptools ];