python312Packages.zarr: 2.18.5 -> 2.18.7

Changelog: https://github.com/zarr-developers/zarr-python/releases/tag/v2.18.7
This commit is contained in:
Doron Behar 2025-04-16 10:01:17 +03:00
parent 36e3893392
commit 2ebfc49017

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "zarr";
version = "2.18.5";
version = "2.18.7";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-yWW/JbWCX8/PM5vabDKaVskJl98SMkNeJ7ZKoTbxQsc=";
hash = "sha256-srj2bxTaxK9msYDSM4gZmBuYH3Dhlsmmbmv6qeWVcvU=";
};
build-system = [