python3Packages.notebook: 7.5.0 -> 7.5.3

https://github.com/jupyter/notebook/blob/v7.5.3/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:40 +01:00
parent 15b22dda32
commit a62cff2304
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "notebook";
version = "7.5.0";
version = "7.5.3";
pyproject = true;
src = fetchFromGitHub {
owner = "jupyter";
repo = "notebook";
tag = "v${version}";
hash = "sha256-EKfe3uqIwb+kKmSuU7aIinNj1nkRaBvg3liV6RiR3xc=";
hash = "sha256-Kxt4dAHqJ6q/tCtvP7QRow+pTe+Qmibw4aLy+YJFcu8=";
};
postPatch = ''
@@ -54,7 +54,7 @@ buildPythonPackage rec {
offlineCache = yarn-berry_3.fetchYarnBerryDeps {
inherit src missingHashes;
hash = "sha256-ILDTRK5NJ33T30YRTT3/g1mIE2sI8spGPwMsWyQ5UTc=";
hash = "sha256-OYGueULuo7L59wiqyRrsIYquRCRTCip5HaJQHZ5diMA=";
};
build-system = [