Skip to content

Commit

Permalink
python311Packages.notebook: 7.2.0 -> 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Sep 8, 2024
1 parent e9c397e commit b92c448
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/development/python-modules/notebook/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,28 @@

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 = ''
substituteInPlace pyproject.toml \
--replace "timeout = 300" ""
'';

nativeBuildInputs = [
build-system = [
hatch-jupyter-builder
hatchling
jupyterlab
];

propagatedBuildInputs = [
dependencies = [
jupyter-server
jupyterlab
jupyterlab-server
Expand Down

0 comments on commit b92c448

Please sign in to comment.