From 2654e2635a378afe11e704fbdebcce03309e59ca Mon Sep 17 00:00:00 2001 From: Mauricio Collares Date: Thu, 13 Apr 2023 18:23:06 +0200 Subject: [PATCH] python3Packages.jupyterlab-widgets: 3.0.5 -> 3.0.7 --- .../development/python-modules/jupyterlab-widgets/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/jupyterlab-widgets/default.nix b/pkgs/development/python-modules/jupyterlab-widgets/default.nix index 195a649a25a3..0e7a283b5da2 100644 --- a/pkgs/development/python-modules/jupyterlab-widgets/default.nix +++ b/pkgs/development/python-modules/jupyterlab-widgets/default.nix @@ -4,12 +4,12 @@ buildPythonPackage rec { pname = "jupyterlab-widgets"; - version = "3.0.5"; + version = "3.0.7"; src = fetchPypi { pname = "jupyterlab_widgets"; inherit version; - hash = "sha256-7q7N6vbAOvyWDdriAc7YjVl5tMqcOJG8uPZjGvcF9e8="; + hash = "sha256-w6UO1b9Sigx6hpCWUDr1RwL4bdodtGmu4cktwMAbQ8o="; }; nativeBuildInputs = [