From 9bdc1c94550f102a67dbfe9959e0f60db062a16f Mon Sep 17 00:00:00 2001 From: Stefan Haan Date: Thu, 6 Aug 2026 11:20:23 +0200 Subject: [PATCH] python3Packages.jupyterlab: 4.5.8 -> 4.5.10 --- pkgs/development/python-modules/jupyterlab/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/jupyterlab/default.nix b/pkgs/development/python-modules/jupyterlab/default.nix index 14f3391f329d..cdd1a4a888a7 100644 --- a/pkgs/development/python-modules/jupyterlab/default.nix +++ b/pkgs/development/python-modules/jupyterlab/default.nix @@ -23,7 +23,7 @@ buildPythonPackage (finalAttrs: { pname = "jupyterlab"; - version = "4.5.8"; + version = "4.5.10"; pyproject = true; __structuredAttrs = true; @@ -31,7 +31,7 @@ buildPythonPackage (finalAttrs: { owner = "jupyterlab"; repo = "jupyterlab"; tag = "v${finalAttrs.version}"; - hash = "sha256-OtytFZdgGzbQF3icglwRpAn0HhJNyjI6oNS01gfpzkA="; + hash = "sha256-MEAZNahss5NpHJmYVFCTRvcdSq2Rx4xP6p8k5zeWyCg="; }; nativeBuildInputs = [ @@ -46,7 +46,7 @@ buildPythonPackage (finalAttrs: { offlineCache = yarn-berry_3.fetchYarnBerryDeps { inherit (finalAttrs) src; sourceRoot = "${finalAttrs.src.name}/jupyterlab/staging"; - hash = "sha256-wgqwEl01VinYU5haL1X8Na1lNNcyqCfRaRBze4ypPPo="; + hash = "sha256-i0ZoLjUt0w/C62XzoN4wp6l7m3M8Nz/VfyDFIRYSSE0="; }; preBuild = ''