python3Packages.datasets: 3.6.0 -> 4.0.0

https://github.com/huggingface/datasets/releases/tag/4.0.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:00 +02:00
parent 97ca5d08dd
commit e80cc8d10b
@@ -19,14 +19,14 @@
}:
buildPythonPackage rec {
pname = "datasets";
version = "3.6.0";
version = "4.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "datasets";
tag = version;
hash = "sha256-/xhu0cDKfCEwrp9IzKd0+AeQky1198f9sba/pdutvAk=";
hash = "sha256-Cr25PgLNGX/KcFZE5h1oiaDW9J50ccMqA5z3q4sITus=";
};
build-system = [