From 701429c7e9445d2ee7c635de4fafbcbdf4b1d8a8 Mon Sep 17 00:00:00 2001 From: natsukium Date: Sat, 8 Jun 2024 19:53:02 +0900 Subject: [PATCH] python311Packages.notebook: 7.2.0 -> 7.2.1 Changelog: https://github.com/jupyter/notebook/blob/v7.2.1/CHANGELOG.md --- pkgs/development/python-modules/notebook/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/notebook/default.nix b/pkgs/development/python-modules/notebook/default.nix index 6b18e5133301..8d9095bc3c11 100644 --- a/pkgs/development/python-modules/notebook/default.nix +++ b/pkgs/development/python-modules/notebook/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "notebook"; - version = "7.2.0"; - disabled = pythonOlder "3.8"; + version = "7.2.1"; + pyproject = true; - format = "pyproject"; + disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-NKK6SwitXRnskw23SE+3l0aheEvp4aX4IY+a+GVqFB8="; + hash = "sha256-Qoe22ll0CzIXPQHWQfdj0pL0nDDnpRuJxGuoRzEmNB4="; }; postPatch = '' @@ -32,13 +32,13 @@ buildPythonPackage rec { --replace "timeout = 300" "" ''; - nativeBuildInputs = [ + build-system = [ hatch-jupyter-builder hatchling jupyterlab ]; - propagatedBuildInputs = [ + dependencies = [ jupyter-server jupyterlab jupyterlab-server