python3Packages.dashscope: 1.24.4 -> 1.24.6

This commit is contained in:
R. Ryantm
2025-09-24 12:38:34 +00:00
parent c65a2a6cd2
commit 074b41862a
@@ -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 ];