lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.spatial-image: 1.2.1 -> 1.2.3

+4 -4
+4 -4
pkgs/development/python-modules/spatial-image/default.nix
··· 7 7 pytestCheckHook, 8 8 numpy, 9 9 xarray, 10 - xarray-dataclasses, 10 + xarray-dataclass, 11 11 }: 12 12 13 13 buildPythonPackage rec { 14 14 pname = "spatial-image"; 15 - version = "1.2.1"; 15 + version = "1.2.3"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.10"; ··· 21 21 owner = "spatial-image"; 22 22 repo = "spatial-image"; 23 23 tag = "v${version}"; 24 - hash = "sha256-PGc2uey2xcfE0PcYDaCp7U0lgeGL1I6MMP3vbTN+Alk="; 24 + hash = "sha256-mhT86v4/5s4dFw9sDYm5Ba7sM0ME9ifN9KEzhxVigOc="; 25 25 }; 26 26 27 27 build-system = [ hatchling ]; ··· 29 29 dependencies = [ 30 30 numpy 31 31 xarray 32 - xarray-dataclasses 32 + xarray-dataclass 33 33 ]; 34 34 35 35 nativeCheckInputs = [ pytestCheckHook ];