python3Packages.fastparquet: 2025.12.0 -> 2026.3.0 (#501347)

This commit is contained in:
dotlambda
2026-04-06 20:43:48 +00:00
committed by GitHub
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "fastparquet";
version = "2025.12.0";
version = "2026.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "dask";
repo = "fastparquet";
tag = version;
hash = "sha256-cebu3E2sbVWRUYbSeuslCZhaF+zWV7E56iSwB7Ms3ts=";
hash = "sha256-lf3GBfusZ1dhQ6wdHmfegqSlwG4Gm5Bi4+nof9yCg/o=";
};
build-system = [