From 214251f348d5ae951ec2c4e001445498f43f771c Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 16 Apr 2026 13:54:26 +0000 Subject: [PATCH] python3Packages.unsloth: 2026.4.1 -> 2026.4.5 Changelog: https://github.com/unslothai/unsloth/releases/tag/2026.4.5 --- pkgs/development/python-modules/unsloth/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/unsloth/default.nix b/pkgs/development/python-modules/unsloth/default.nix index 07447392d21f..3f107752bb84 100644 --- a/pkgs/development/python-modules/unsloth/default.nix +++ b/pkgs/development/python-modules/unsloth/default.nix @@ -54,14 +54,14 @@ in buildPythonPackage (finalAttrs: { pname = "unsloth"; - version = "2026.4.1"; + version = "2026.4.5"; pyproject = true; # Tags on the GitHub repo don't match src = fetchPypi { pname = "unsloth"; inherit (finalAttrs) version; - hash = "sha256-RGpVxrcFzKbHxV7o0/OYaADo/Pqxx/c+FaxcV05gHGU="; + hash = "sha256-35+IMV/WHVi0iGnOxtfSZNKo0+0ZlNVlbNtA5tXw9sE="; }; postPatch = '' @@ -178,7 +178,6 @@ buildPythonPackage (finalAttrs: { meta = { description = "Finetune Llama 3.3, DeepSeek-R1 & Reasoning LLMs 2x faster with 70% less memory"; homepage = "https://github.com/unslothai/unsloth"; - changelog = "https://github.com/unslothai/unsloth/releases/tag/${finalAttrs.version}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ hoh ]; };