Skip to content

Commit 6c2d6b2

Browse files
committed
python3Packages.ngff-zarr: 0.36.0 -> 0.37.0
Changelog: https://github.com/fideus-labs/ngff-zarr/releases/tag/py-v0.37.0
1 parent 6b5ddf3 commit 6c2d6b2

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

pkgs/development/python-modules/ngff-zarr/default.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131

3232
buildPythonPackage (finalAttrs: {
3333
pname = "ngff-zarr";
34-
version = "0.36.0";
34+
version = "0.37.0";
3535
pyproject = true;
3636

3737
src = fetchFromGitHub {
3838
owner = "fideus-labs";
3939
repo = "ngff-zarr";
4040
tag = "py-v${finalAttrs.version}";
41-
hash = "sha256-TsPyW815ITcBtAvRyQgEqgHhp9MqtRlkmKLFNVdnKR8=";
41+
hash = "sha256-v747oBJMKORiEgy3fVzzgl35+9uRbyGvtor+Ga4UkNI=";
4242
};
4343

4444
sourceRoot = "${finalAttrs.src.name}/py/";
@@ -130,6 +130,9 @@ buildPythonPackage (finalAttrs: {
130130
"test_3d_zyx"
131131
"test_smaller_dask_graph"
132132
"test_tensorstore_compression"
133+
# Test requires network access
134+
"test_cli_orientation_preset_end_to_end"
135+
"test_cli_itk_input_writes_orientation_automatically"
133136
];
134137

135138
meta = {

0 commit comments

Comments
 (0)