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

python3Packages.dashscope: 1.25.3 -> 1.25.4 (#471399)

parents 32c8f02f 609e85bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "dashscope";
  version = "1.25.3";
  version = "1.25.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "dashscope";
    repo = "dashscope-sdk-python";
    tag = "v${version}";
    hash = "sha256-5+DcqKhKJhLllOY352M+ZnMSUhJpA/b6RrnDXPZCtHY=";
    hash = "sha256-Y9L7O+Q0V+Ru1sKDWxa7KntM/fJ3OUBsJQR82qrLFmw=";
  };

  build-system = [ setuptools ];