python310Packages.jupyterlab 0 -> 1 attrpath: python310Packages.jupyterlab Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qfh39r291x486zmxx6h4927ziw3av3x2-packages.json.drv building '/nix/store/qfh39r291x486zmxx6h4927ziw3av3x2-packages.json.drv'... Going to be running update for following packages: - python3.10-jupyterlab-4.0.3 Press Enter key to continue... Running update for: - python3.10-jupyterlab-4.0.3: UPDATING ... - python3.10-jupyterlab-4.0.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/jupyterlab/default.nix b/pkgs/development/python-modules/jupyterlab/default.nix index 81c7f862f6ad..a99d4d468c95 100644 --- a/pkgs/development/python-modules/jupyterlab/default.nix +++ b/pkgs/development/python-modules/jupyterlab/default.nix @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "jupyterlab"; - version = "4.0.3"; + version = "4.0.6"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-4U0c5GphMCgRHQ1Hah19awlAA7dGK6xmn1tHgxeryzk="; + hash = "sha256-bEOuWmof0v36/LNFQASVi95tp2Mxq7RM/8b55Daxm6E="; }; nativeBuildInputs = [ No auto update branch exists Old version 4.0.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , hatch-jupyter-builder , hatchling , async-lru , packaging , tornado , ipykernel , jupyter-core , jupyter-lsp , jupyterlab_server , jupyter-server , notebook-shim , jinja2 , tomli , pythonOlder , jupyter-packaging }: buildPythonPackage rec { pname = "jupyterlab"; version = "4.0.6"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-bEOuWmof0v36/LNFQASVi95tp2Mxq7RM/8b55Daxm6E="; }; nativeBuildInputs = [ hatch-jupyter-builder hatchling ]; propagatedBuildInputs = [ async-lru packaging tornado ipykernel jupyter-core jupyter-lsp jupyterlab_server jupyter-server notebook-shim jinja2 ] ++ lib.optionals (pythonOlder "3.11") [ tomli ]; makeWrapperArgs = [ "--set" "JUPYTERLAB_DIR" "$out/share/jupyter/lab" ]; # Depends on npm doCheck = false; pythonImportsCheck = [ "jupyterlab" ]; meta = with lib; { changelog = "https://github.com/jupyterlab/jupyterlab/blob/v${version}/CHANGELOG.md"; description = "Jupyter lab environment notebook server extension"; license = licenses.bsd3; homepage = "https://jupyter.org/"; maintainers = lib.teams.jupyter.members; }; }