python312Packages.numcodecs: 0.15.0 -> 0.15.1 (#396492)

This commit is contained in:
Doron Behar 2025-04-16 10:13:28 +03:00 committed by GitHub
commit f3f640d6da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [