python312Packages.multiscale-spatial-image: 2.0.0 -> 2.0.1 (#354720)

authored by Nick Cao and committed by GitHub b276bfa3 df67f3f7

+2 -2
+2 -2
pkgs/development/python-modules/multiscale-spatial-image/default.nix
··· 22 23 buildPythonPackage rec { 24 pname = "multiscale-spatial-image"; 25 - version = "2.0.0"; 26 pyproject = true; 27 28 disabled = pythonOlder "3.8"; ··· 31 owner = "spatial-image"; 32 repo = "multiscale-spatial-image"; 33 rev = "refs/tags/v${version}"; 34 - hash = "sha256-SNAbkFgShb1FSM4tXoyf2L27LmpWznMThgAVfJwI00A="; 35 }; 36 37 build-system = [ hatchling ];
··· 22 23 buildPythonPackage rec { 24 pname = "multiscale-spatial-image"; 25 + version = "2.0.1"; 26 pyproject = true; 27 28 disabled = pythonOlder "3.8"; ··· 31 owner = "spatial-image"; 32 repo = "multiscale-spatial-image"; 33 rev = "refs/tags/v${version}"; 34 + hash = "sha256-oxxPXzItM7uXtyLoLyUHVf4YOoAYvI40kU7lVgp4gAg="; 35 }; 36 37 build-system = [ hatchling ];