python312Packages.napari: 0.4.19.post1 -> 0.5.4

Diff: https://github.com/napari/napari/compare/refs/tags/v0.5.4...v0.5.4

Changelog: https://github.com/napari/napari/releases/tag/v0.5.4
This commit is contained in:
Fabian Affolter
2024-10-12 18:04:52 +02:00
parent bd7f178cad
commit fb0586c613
@@ -40,7 +40,7 @@
mkDerivationWith buildPythonPackage rec {
pname = "napari";
version = "0.4.19.post1";
version = "0.5.4";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -49,11 +49,11 @@ mkDerivationWith buildPythonPackage rec {
owner = "napari";
repo = "napari";
rev = "refs/tags/v${version}";
hash = "sha256-qw5WdFPySNkmm+dNu+hqsmr+csBpHnSl9bMpb4nKEqI=";
hash = "sha256-wJifLRrHlDzPgBU7OOPqjdzYpr9M+Klc+yAc/IpyZN8=";
};
postPatch = ''
substituteInPlace setup.cfg \
substituteInPlace pyproject.toml \
--replace-fail "scikit-image[data]>=0.19.1" "scikit-image"
'';