python3Packages.ngff-zarr: 0.34.0 -> 0.35.0 (#529796)

This commit is contained in:
Fabian Affolter 2026-06-09 20:25:16 +00:00 committed by GitHub
commit 79209747b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,14 +31,14 @@
buildPythonPackage (finalAttrs: {
pname = "ngff-zarr";
version = "0.34.0";
version = "0.35.0";
pyproject = true;
src = fetchFromGitHub {
owner = "fideus-labs";
repo = "ngff-zarr";
tag = "py-v${finalAttrs.version}";
hash = "sha256-5OiC1NHVEX60oHPwTJ0RN2fQnitwPBMNSfvbMcKAgvc=";
hash = "sha256-GJt6N5xMmlCHSzKZhHKsZaD4P8fWnTQi4tqP/YnPkQk=";
};
sourceRoot = "${finalAttrs.src.name}/py/";