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
This commit is contained in:
Gaetan Lepage
2026-01-14 00:04:13 +00:00
parent f187fe2973
commit 45c0a651be
@@ -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 = ''