python311Packages.notebook: 7.1.1 -> 7.1.2

Changelog: https://github.com/jupyter/notebook/blob/v7.1.2/CHANGELOG.md
This commit is contained in:
natsukium 2024-03-21 22:05:58 +09:00
parent f64ad2e398
commit 59e5aea080
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
1 changed files with 2 additions and 2 deletions

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "notebook";
version = "7.1.1";
version = "7.1.2";
disabled = pythonOlder "3.8";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-gY50IPoh9ALnJq+58C3388EPKUwC44PtGYUoZsMWEIs=";
hash = "sha256-78LIAEOQng+qF/zp6bN8BZwDrw7Jmk1NuEyyHZ0uk2o=";
};
postPatch = ''