python3Packages.mlcroissant: 1.0.17 -> 1.0.21

https://github.com/mlcommons/croissant/releases/tag/v1.0.21

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:01:47 +02:00
parent 186d03422c
commit 05fed8b5bd
@@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "mlcroissant";
version = "1.0.17";
version = "1.0.21";
pyproject = true;
src = fetchFromGitHub {
owner = "mlcommons";
repo = "croissant";
tag = "v${version}";
hash = "sha256-jiyr8x+YRSsRwOVxDPaWemPqglTKVb5jg4rRzUXd3BE=";
hash = "sha256-yUAF/NQHz8WUIaIIsqOwTMppl5+EZhURFpHnde9OOpE=";
};
sourceRoot = "${src.name}/python/mlcroissant";
@@ -89,7 +89,7 @@ buildPythonPackage rec {
meta = {
description = "High-level format for machine learning datasets that brings together four rich layers";
homepage = "https://github.com/mlcommons/croissant";
changelog = "https://github.com/mlcommons/croissant/releases/tag/v${version}";
changelog = "https://github.com/mlcommons/croissant/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ GaetanLepage ];
platforms = lib.platforms.all;