From 45c0a651beef7217c28128bda6d4687eb5ec44ba Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 14 Jan 2026 00:04:13 +0000 Subject: [PATCH] python3Packages.cleanlab: 2.8.0 -> 2.9.0 Diff: https://github.com/cleanlab/cleanlab/compare/v2.8.0...v2.9.0 Changelog: https://github.com/cleanlab/cleanlab/releases/tag/v2.9.0 --- pkgs/development/python-modules/cleanlab/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/cleanlab/default.nix b/pkgs/development/python-modules/cleanlab/default.nix index e263c99526e4..827db22fe93c 100644 --- a/pkgs/development/python-modules/cleanlab/default.nix +++ b/pkgs/development/python-modules/cleanlab/default.nix @@ -32,14 +32,14 @@ buildPythonPackage (finalAttrs: { pname = "cleanlab"; - version = "2.8.0"; + version = "2.9.0"; pyproject = true; src = fetchFromGitHub { owner = "cleanlab"; repo = "cleanlab"; tag = "v${finalAttrs.version}"; - hash = "sha256-sgDQJy0iNxs3bIVuqV7LVEFC0jjlWvnqFzKr7ZDGmPo="; + hash = "sha256-0H4JTAc2tCtIFklGciXQ+TCWOiJ6kRkqcycJNeIpero="; }; postPatch = ''