Unverified Commit db702942 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.dashscope: 1.24.4 -> 1.24.6 (#445788)

parents b90f8483 074b4186
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "dashscope";
  version = "1.24.4";
  version = "1.24.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "dashscope";
    repo = "dashscope-sdk-python";
    tag = "v${version}";
    hash = "sha256-PX7RoL4EGMU62G64+T6tjgDgO+SAOZNysl199kvAWME=";
    hash = "sha256-kHvNg8yPlZyAr7Qgncv+axgG9sOKTjvxYnRojO5ih1g=";
  };

  build-system = [ setuptools ];