python3Packages.unsloth-zoo: 2025.8.8 -> 2025.9.5

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Hugo Herter
2025-09-11 09:35:46 +02:00
parent 542bf15a46
commit f98f3da993

View File

@@ -27,14 +27,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "unsloth-zoo"; pname = "unsloth-zoo";
version = "2025.8.8"; version = "2025.9.5";
pyproject = true; pyproject = true;
# no tags on GitHub # no tags on GitHub
src = fetchPypi { src = fetchPypi {
pname = "unsloth_zoo"; pname = "unsloth_zoo";
inherit version; inherit version;
hash = "sha256-Njezsl9+oxAyiRF87AXQJbLjNz/lco0j8JG8RnTiZAE="; hash = "sha256-wlKlXTgEdfkz4j//LHw23CmeL7toINg5IUxcpwrPtAw=";
}; };
# pyproject.toml requires an obsolete version of protobuf, # pyproject.toml requires an obsolete version of protobuf,