python3Packages.ome-zarr-models: 1.6 -> 1.7 (#512996)
This commit is contained in:
@@ -23,14 +23,15 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "ome-zarr-models";
|
||||
version = "1.6";
|
||||
version = "1.7";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ome-zarr-models";
|
||||
repo = "ome-zarr-models-py";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-z2qBQhgijJB8O5smlJ4Y0FMS6UoMZcHVIJn5JuYq/IU=";
|
||||
hash = "sha256-UT/LvbTGo6UueEUwELqnfhERvxtg04Ukrcpo1yTa80c=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
# dependencies
|
||||
aiohttp,
|
||||
dask,
|
||||
deprecated,
|
||||
fsspec,
|
||||
numpy,
|
||||
rangehttpserver,
|
||||
@@ -25,14 +26,15 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "ome-zarr";
|
||||
version = "0.13.0";
|
||||
version = "0.16.0";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ome";
|
||||
repo = "ome-zarr-py";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-bRksh6ZKqF6cL6XnWBsQRb4gRVxH/vutKtep6SyFo48=";
|
||||
hash = "sha256-hrk+F1a1yJzaIb7G80sGdqeMb2POIAD2gLOfK57A22A=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -46,6 +48,7 @@ buildPythonPackage (finalAttrs: {
|
||||
dependencies = [
|
||||
aiohttp
|
||||
dask
|
||||
deprecated
|
||||
fsspec
|
||||
numpy
|
||||
rangehttpserver
|
||||
|
||||
Reference in New Issue
Block a user