python3Packages.notebook: 7.0.3 -> 7.0.6

https://github.com/jupyter/notebook/blob/v7.0.6/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2023-12-20 20:44:40 +01:00
parent 4003ff3903
commit 9237cd8100
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "notebook";
version = "7.0.3";
version = "7.0.6";
disabled = pythonOlder "3.8";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-B/PFBi/Q5uaYZEN6A0erxIXZkaroepLEfWWWmfVxtyk=";
hash = "sha256-7GETsGUpAZ9/KHgZrwbJeiuvepWsIaj24yGSiY6fmlg=";
};
postPatch = ''