python310Packages.jupyter-lsp 0 -> 1 attrpath: python310Packages.jupyter-lsp 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] Going to be running update for following packages: - python3.10-jupyter-lsp-2.2.0 Press Enter key to continue... Running update for: - python3.10-jupyter-lsp-2.2.0: UPDATING ... - python3.10-jupyter-lsp-2.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jupyter-lsp/default.nix b/pkgs/development/python-modules/jupyter-lsp/default.nix index fd8820bcb1d4..ed081f05528f 100644 --- a/pkgs/development/python-modules/jupyter-lsp/default.nix +++ b/pkgs/development/python-modules/jupyter-lsp/default.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "jupyter-lsp"; - version = "2.2.0"; + version = "2.2.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-jrvLUzrbQeXWNeuP6ClWsKr78P1EO2xL+pBu3uuGNaE="; + hash = "sha256-sX+rbXD+g8iJawz/WSN2QAOCR8GWBWtDaEoJArap4Ps="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2.2.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , setuptools , jupyter-server }: buildPythonPackage rec { pname = "jupyter-lsp"; version = "2.2.1"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-sX+rbXD+g8iJawz/WSN2QAOCR8GWBWtDaEoJArap4Ps="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ jupyter-server ]; # tests require network doCheck = false; pythonImportsCheck = [ "jupyter_lsp" ]; meta = with lib; { description = "Multi-Language Server WebSocket proxy for your Jupyter notebook or lab server"; homepage = "https://jupyterlab-lsp.readthedocs.io/en/latest/"; license = licenses.bsd3; platforms = platforms.all; maintainers = with maintainers; [ ]; }; }