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.

Changed files
+4 -4
pkgs
development
python-modules
notebook
+4 -4
pkgs/development/python-modules/notebook/default.nix
···
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 = ''
···
offlineCache = yarn-berry_3.fetchYarnBerryDeps {
inherit src missingHashes;
-
hash = "sha256-S0lnRJ+9F1RhymlAOxo3sEJJrHYo5IWeWn80obcgVlM=";
+
hash = "sha256-nRaWzr5Q904KojfK0mPgLX9be82axb8Aab0SJULE7RU=";
};
build-system = [
···
__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;