python311Packages.notebook: 7.1.3 -> 7.2.0

Changelog: https://github.com/jupyter/notebook/blob/v7.2.0/CHANGELOG.md
This commit is contained in:
natsukium
2024-05-18 09:25:49 +09:00
parent 2ad6437b10
commit e0e3ea5dfd
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "notebook";
version = "7.1.3";
version = "7.2.0";
disabled = pythonOlder "3.8";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-Qfzr/0TPe7k3cYCAi8uuBmYptV2MdyLx6751ykT5z8E=";
hash = "sha256-NKK6SwitXRnskw23SE+3l0aheEvp4aX4IY+a+GVqFB8=";
};
postPatch = ''