python3Packages.unsloth: 2025.9.4 -> 2026.1.3

https://github.com/unslothai/unsloth/releases/tag/2026.1.3

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:09 +01:00
parent 5580d4ebaa
commit c77f4ff2fb
@@ -53,14 +53,14 @@ in
buildPythonPackage rec {
pname = "unsloth";
version = "2025.9.4";
version = "2026.1.3";
pyproject = true;
# Tags on the GitHub repo don't match
src = fetchPypi {
pname = "unsloth";
inherit version;
hash = "sha256-aT/RS48hBMZT1ab1Rx1lpSMi6yyEzJCASzDAP0d6ixA=";
hash = "sha256-Vq47dKdOyRm+sQmGkfEQ8vM1A1Xq7NwqyE2NGhgyK/s=";
};
build-system = [