python3Packages.notebook: 7.0.8 -> 7.1.1

https://github.com/jupyter/notebook/blob/v7.1.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-03-12 18:24:35 +01:00
parent 175a535ed6
commit dcb59ade83
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "notebook";
version = "7.0.8";
version = "7.1.1";
disabled = pythonOlder "3.8";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-OVfs2VYFawAUZ3r8dtO7RMLS8pZJ+Hsk0TYG/x0Yk48=";
hash = "sha256-gY50IPoh9ALnJq+58C3388EPKUwC44PtGYUoZsMWEIs=";
};
postPatch = ''