python3Packages.spatial-image: 1.2.1 -> 1.2.2

https://github.com/spatial-image/spatial-image/releases/tag/v1.2.2

This commit was automatically generated using update-python-libraries.

Changed files
+3 -3
pkgs
development
python-modules
spatial-image
+3 -3
pkgs/development/python-modules/spatial-image/default.nix
···
buildPythonPackage rec {
pname = "spatial-image";
-
version = "1.2.1";
+
version = "1.2.2";
pyproject = true;
disabled = pythonOlder "3.10";
···
owner = "spatial-image";
repo = "spatial-image";
tag = "v${version}";
-
hash = "sha256-PGc2uey2xcfE0PcYDaCp7U0lgeGL1I6MMP3vbTN+Alk=";
+
hash = "sha256-Frvr8uJ3dD2lZFfqrNnki+JUbjhBdRK3BBAtIRtFqvs=";
};
build-system = [ hatchling ];
···
meta = {
description = "Multi-dimensional spatial image data structure for scientific Python";
homepage = "https://github.com/spatial-image/spatial-image";
-
changelog = "https://github.com/spatial-image/spatial-image/releases/tag/v${version}";
+
changelog = "https://github.com/spatial-image/spatial-image/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ bcdarwin ];
};