python3Packages.notebook: 7.3.2 -> 7.3.3

https://github.com/jupyter/notebook/blob/v7.3.3/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:40 +02:00
parent 2feded0a92
commit 05ef09ba80
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "notebook";
version = "7.3.2";
version = "7.3.3";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-cF6DoXhfRbODvz7hPLdmgLktJPVvsMfSE2/h2FDNPKg=";
hash = "sha256-cHoxP7iC01+SGYnrPSBN6ULtUTKkTkqh/g6PJLudwl0=";
};
postPatch = ''