File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
pkgs/development/python-modules/ome-zarr Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1010 # dependencies
1111 aiohttp ,
1212 dask ,
13- distributed ,
1413 fsspec ,
1514 numpy ,
1615 requests ,
2423
2524buildPythonPackage 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" ;
You can’t perform that action at this time.
0 commit comments