python3Packages.notebook: 7.4.3 -> 7.4.4

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:00 +02:00
parent be2f9949ce
commit bc8e8ab625
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "notebook";
version = "7.4.3";
version = "7.4.4";
pyproject = true;
src = fetchFromGitHub {
owner = "jupyter";
repo = "notebook";
tag = "v${version}";
hash = "sha256-DpGWBV5MeCvoGSBadObVEaYwA5kRmHj8NdVWpJ+pHjA=";
hash = "sha256-bj4iQvm0TGBiCu9drJ8QFXsedzm/cEjevNQS6UsasNs=";
};
postPatch = ''
@@ -54,7 +54,7 @@ buildPythonPackage rec {
offlineCache = yarn-berry_3.fetchYarnBerryDeps {
inherit src missingHashes;
hash = "sha256-S0lnRJ+9F1RhymlAOxo3sEJJrHYo5IWeWn80obcgVlM=";
hash = "sha256-nRaWzr5Q904KojfK0mPgLX9be82axb8Aab0SJULE7RU=";
};
build-system = [
@@ -88,7 +88,7 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;
meta = {
changelog = "https://github.com/jupyter/notebook/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/jupyter/notebook/blob/${src.tag}/CHANGELOG.md";
description = "Web-based notebook environment for interactive computing";
homepage = "https://github.com/jupyter/notebook";
license = lib.licenses.bsd3;