From 7dc168a5d4690e9af4ab5207fce09a3ea16a6f92 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 10 May 2024 14:54:23 +0200 Subject: [PATCH] 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 --- pkgs/development/python-modules/napari-console/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/napari-console/default.nix b/pkgs/development/python-modules/napari-console/default.nix index f8cfe8bcb63d..b4025e26667e 100644 --- a/pkgs/development/python-modules/napari-console/default.nix +++ b/pkgs/development/python-modules/napari-console/default.nix @@ -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 = [