mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
python311Packages.notebook: 7.2.0 -> 7.2.1
Changelog: https://github.com/jupyter/notebook/blob/v7.2.1/CHANGELOG.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user