python3Packages.dashscope: 1.24.6 -> 1.24.7

This commit is contained in:
R. Ryantm
2025-10-24 05:03:54 +00:00
parent 106ab26a9b
commit 21a467d472
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "dashscope";
version = "1.24.6";
version = "1.24.7";
pyproject = true;
src = fetchFromGitHub {
owner = "dashscope";
repo = "dashscope-sdk-python";
tag = "v${version}";
hash = "sha256-kHvNg8yPlZyAr7Qgncv+axgG9sOKTjvxYnRojO5ih1g=";
hash = "sha256-Hss6kCE8lkstRZlFX9V+q91N2Zcp0aVbx89WpBR2uC4=";
};
build-system = [ setuptools ];