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

View File

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