python313Packages.spatial-image: 1.2.1 -> 1.2.3

This commit is contained in:
Ben Darwin
2025-08-11 11:36:52 -04:00
parent 05d73488d4
commit 9aa39320d4
@@ -7,12 +7,12 @@
pytestCheckHook,
numpy,
xarray,
xarray-dataclasses,
xarray-dataclass,
}:
buildPythonPackage rec {
pname = "spatial-image";
version = "1.2.1";
version = "1.2.3";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "spatial-image";
repo = "spatial-image";
tag = "v${version}";
hash = "sha256-PGc2uey2xcfE0PcYDaCp7U0lgeGL1I6MMP3vbTN+Alk=";
hash = "sha256-mhT86v4/5s4dFw9sDYm5Ba7sM0ME9ifN9KEzhxVigOc=";
};
build-system = [ hatchling ];
@@ -29,7 +29,7 @@ buildPythonPackage rec {
dependencies = [
numpy
xarray
xarray-dataclasses
xarray-dataclass
];
nativeCheckInputs = [ pytestCheckHook ];