python3Packages.notebook: 7.5.3 -> 7.5.6 (#518112)

This commit is contained in:
Gaétan Lepage
2026-05-11 19:17:39 +00:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "jupyterlab";
version = "4.5.3";
version = "4.5.7";
pyproject = true;
src = fetchFromGitHub {
owner = "jupyterlab";
repo = "jupyterlab";
tag = "v${version}";
hash = "sha256-QQ8g1+nB5aeXSrjwuL22L49S84cm2oiiNCqWj+dk7XI=";
hash = "sha256-kJ9DWfb9VWEPfpG17E3KIvGqWlr0iO2a094Ne7LS1U8=";
};
nativeBuildInputs = [
@@ -45,7 +45,7 @@ buildPythonPackage rec {
offlineCache = yarn-berry_3.fetchYarnBerryDeps {
inherit src;
sourceRoot = "${src.name}/jupyterlab/staging";
hash = "sha256-a+pTp1IqY/RLCjClKbb7LMvUblYULChtT/knGgTlI7U=";
hash = "sha256-2YGs0clj44BSEGdp3wChw97jFSMiAeMnCv3PNhdnEeA=";
};
preBuild = ''
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "notebook";
version = "7.5.3";
version = "7.5.6";
pyproject = true;
src = fetchFromGitHub {
owner = "jupyter";
repo = "notebook";
tag = "v${version}";
hash = "sha256-Kxt4dAHqJ6q/tCtvP7QRow+pTe+Qmibw4aLy+YJFcu8=";
hash = "sha256-xEwXiYQ7OiQ4dEL4ewP+yr3tGsWqa1hAUIl0Th48aiU=";
};
postPatch = ''
@@ -54,7 +54,7 @@ buildPythonPackage rec {
offlineCache = yarn-berry_3.fetchYarnBerryDeps {
inherit src missingHashes;
hash = "sha256-OYGueULuo7L59wiqyRrsIYquRCRTCip5HaJQHZ5diMA=";
hash = "sha256-BdoAtG7Dc+ZTBn4bCraAIazvXiZyvG5u97pcwvptjBY=";
};
build-system = [