python312Packages.napari: 0.6.1 -> 0.6.1

Changelog: https://github.com/napari/napari/releases/tag/v0.6.1
This commit is contained in:
Fabian Affolter
2025-05-27 16:51:51 +02:00
parent b8bde38176
commit 2a9fdee371
@@ -45,14 +45,14 @@
mkDerivationWith buildPythonPackage rec {
pname = "napari";
version = "0.6.0";
version = "0.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "napari";
repo = "napari";
tag = "v${version}";
hash = "sha256-OGEnB+GVqBwtYQegPuR7MOYFxmc4aNHCQt2+OKHLZ5M=";
hash = "sha256-qgyhoxXROlm+DASJV2QOA1IqpHxPhsIEv+TGU2mhiuc=";
};
postPatch = ''