python311Packages.napari-console: 0.0.7 -> 0.0.9

Diff: https://github.com/napari/napari-console/compare/refs/tags/v0.0.7...v0.0.9
This commit is contained in:
Fabian Affolter
2024-05-10 14:54:23 +02:00
parent d22297f52d
commit 7dc168a5d4
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "napari-console";
version = "0.0.7";
version = "0.0.9";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "napari";
repo = "napari-console";
rev = "refs/tags/v${version}";
hash = "sha256-vHLCVMgrcs54pGb48wQpc0h7QBIfE6r7hCSoDNI3QvA=";
hash = "sha256-3gOfiPx06G5c4eaLQ5kP45hUr6yw91esznJFacpO66Q=";
};
build-system = [