python310Packages.jupyter-client 0 -> 1 attrpath: python310Packages.jupyter-client 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/6glk357vzx078b82wvcnjzhg4pmixsx0-packages.json.drv building '/nix/store/6glk357vzx078b82wvcnjzhg4pmixsx0-packages.json.drv'... Going to be running update for following packages: - python3.10-jupyter_client-8.0.3 Press Enter key to continue... Running update for: - python3.10-jupyter_client-8.0.3: UPDATING ... - python3.10-jupyter_client-8.0.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/jupyter-client/default.nix b/pkgs/development/python-modules/jupyter-client/default.nix index 5aa400a1694c..2d7234051d23 100644 --- a/pkgs/development/python-modules/jupyter-client/default.nix +++ b/pkgs/development/python-modules/jupyter-client/default.nix @@ -15,12 +15,12 @@ buildPythonPackage rec { pname = "jupyter_client"; - version = "8.0.3"; + version = "8.3.1"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-7WVJi+pth2752No+DbPdM8XRKfWyZF9WrgOZN4KWa9A="; + hash = "sha256-YClLLVuGk1bIk/V7God+plENYNRc9LOAV/FnLYVpmsk="; }; nativeBuildInputs = [ No auto update branch exists Old version 8.0.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , entrypoints , jupyter-core , hatchling , nest-asyncio , python-dateutil , pyzmq , tornado , traitlets , isPyPy , py }: buildPythonPackage rec { pname = "jupyter_client"; version = "8.3.1"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-YClLLVuGk1bIk/V7God+plENYNRc9LOAV/FnLYVpmsk="; }; nativeBuildInputs = [ hatchling ]; propagatedBuildInputs = [ entrypoints jupyter-core nest-asyncio python-dateutil pyzmq tornado traitlets ] ++ lib.optional isPyPy py; # Circular dependency with ipykernel doCheck = false; meta = { description = "Jupyter protocol implementation and client libraries"; homepage = "https://jupyter.org/"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ fridh ]; }; }