python310Packages.jupyterlab-lsp 0 -> 1 attrpath: python310Packages.jupyterlab-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-jupyterlab-lsp-5.0.0 Press Enter key to continue... Running update for: - python3.10-jupyterlab-lsp-5.0.0: UPDATING ... - python3.10-jupyterlab-lsp-5.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jupyterlab-lsp/default.nix b/pkgs/development/python-modules/jupyterlab-lsp/default.nix index 82d912923895..9b6b05bc0d54 100644 --- a/pkgs/development/python-modules/jupyterlab-lsp/default.nix +++ b/pkgs/development/python-modules/jupyterlab-lsp/default.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "jupyterlab-lsp"; - version = "5.0.0"; + version = "5.0.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-D4jiaAPQ8+TIyL7wip+GHycGp3ym1NkvZQJsCelYFks="; + hash = "sha256-jQ8mhTfZ+6F9EgDfBWVI6I/I3n2lIlJs+mM0OJ0MKTQ="; }; propagatedBuildInputs = [ No auto update branch exists Old version 5.0.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , setuptools , jupyterlab , jupyter-lsp }: buildPythonPackage rec { pname = "jupyterlab-lsp"; version = "5.0.1"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-jQ8mhTfZ+6F9EgDfBWVI6I/I3n2lIlJs+mM0OJ0MKTQ="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ jupyterlab jupyter-lsp ]; # No tests doCheck = false; pythonImportsCheck = [ "jupyterlab_lsp" ]; meta = with lib; { description = "Language Server Protocol integration for Jupyter(Lab)"; homepage = "https://github.com/jupyter-lsp/jupyterlab-lsp"; license = licenses.bsd3; platforms = platforms.all; maintainers = with maintainers; [ ]; }; }