Skip to content

Commit 6b05716

Browse files
r-ryantmwegank
authored andcommitted
ome_zarr: 0.10.3 -> 0.11.1
1 parent 4992121 commit 6b05716

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
# dependencies
1111
aiohttp,
1212
dask,
13-
distributed,
1413
fsspec,
1514
numpy,
1615
requests,
@@ -24,14 +23,14 @@
2423

2524
buildPythonPackage rec {
2625
pname = "ome-zarr";
27-
version = "0.10.3";
26+
version = "0.11.1";
2827
pyproject = true;
2928

3029
src = fetchFromGitHub {
3130
owner = "ome";
3231
repo = "ome-zarr-py";
3332
tag = "v${version}";
34-
hash = "sha256-D17eNJYihVNzDoD0FNNMLP1rRvG6fTL97RrBqGgJSX0=";
33+
hash = "sha256-3RXkz+UQvLixfYYhm5y/5vu9r0ga6s3xKx1azbmKFgg=";
3534
};
3635

3736
build-system = [
@@ -42,7 +41,6 @@ buildPythonPackage rec {
4241
dependencies = [
4342
aiohttp
4443
dask
45-
distributed
4644
fsspec
4745
numpy
4846
requests
@@ -97,7 +95,7 @@ buildPythonPackage rec {
9795
meta = {
9896
description = "Implementation of next-generation file format (NGFF) specifications for storing bioimaging data in the cloud";
9997
homepage = "https://pypi.org/project/ome-zarr";
100-
changelog = "https://github.com/ome/ome-zarr-py/blob/v${version}/CHANGELOG.md";
98+
changelog = "https://github.com/ome/ome-zarr-py/blob/${src.tag}/CHANGELOG.md";
10199
license = lib.licenses.bsd2;
102100
maintainers = [ lib.maintainers.bcdarwin ];
103101
mainProgram = "ome_zarr";

0 commit comments

Comments
 (0)