python3Packages.napari-plugin-engine: 0.2.0 -> 0.2.1

This commit is contained in:
R. Ryantm
2026-02-15 07:16:55 +00:00
parent 384ef44140
commit 78db9321fc
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "napari-plugin-engine";
version = "0.2.0";
version = "0.2.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "napari";
repo = "napari-plugin-engine";
tag = "v${version}";
hash = "sha256-cKpCAEYYRq3UPje7REjzhEe1J9mmrtXs8TBnxWukcNE=";
hash = "sha256-GdOip1ekw4MUzGugiaYQQvBKkZaKVoWI/rASelrNmAU=";
};
nativeBuildInputs = [ setuptools-scm ];