python3Packages.modelscope: 1.35.1 -> 1.35.3 (#506488)

This commit is contained in:
Doron Behar
2026-04-05 13:26:12 +00:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "modelscope";
version = "1.35.1";
version = "1.35.3";
pyproject = true;
src = fetchFromGitHub {
owner = "modelscope";
repo = "modelscope";
tag = "v${finalAttrs.version}";
hash = "sha256-p8Pv58IpP165z4CHq+CO6160LyHd3BS3Y3I2JBGp4KE=";
hash = "sha256-3PG20FqNn8syngxmzxjIr1C8u128RPFj+FjU494QTYA=";
};
build-system = [ setuptools ];