python3Packages.modelscope: 1.37.0 -> 1.37.1

This commit is contained in:
R. Ryantm
2026-06-01 19:40:03 +00:00
parent 5da1cb8ee0
commit 801d8901cd
@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "modelscope";
version = "1.37.0";
version = "1.37.1";
pyproject = true;
src = fetchFromGitHub {
owner = "modelscope";
repo = "modelscope";
tag = "v${finalAttrs.version}";
hash = "sha256-kGcu1iojClUhj8KS+TY0WU8+dKRanqbkJmXwSE0EoLk=";
hash = "sha256-LNg2JtqqID6RKuFi+j29NfOWuNZhkkTIdKmL9bXzAvs=";
};
build-system = [ setuptools ];