python311Packages.jupyterlab-server 0 -> 1 attrpath: python311Packages.jupyterlab-server 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/vblrbi8mlk7481kz524kadhjq1mpj99h-packages.json.drv building '/nix/store/vblrbi8mlk7481kz524kadhjq1mpj99h-packages.json.drv'... Going to be running update for following packages: - python3.11-jupyterlab-server-2.25.2 Press Enter key to continue... Running update for: - python3.11-jupyterlab-server-2.25.2: UPDATING ... - python3.11-jupyterlab-server-2.25.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jupyterlab-server/default.nix b/pkgs/development/python-modules/jupyterlab-server/default.nix index 4eed7af804c0..4e542e8ebf9f 100644 --- a/pkgs/development/python-modules/jupyterlab-server/default.nix +++ b/pkgs/development/python-modules/jupyterlab-server/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "jupyterlab-server"; - version = "2.25.2"; + version = "2.25.3"; pyproject = true; disabled = pythonOlder "3.8"; @@ -29,7 +29,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "jupyterlab_server"; inherit version; - hash = "sha256-vQ7HqZ687ci8/5Oe+G5Sw3jkTCcH4FP82B0EbOl57mM="; + hash = "sha256-hG8SWooZZWYR31sD5ZEsg5POppAIWbqmT6UV62So3EA="; }; postPatch = '' No auto update branch exists Python package with too many package rebuilds 77 > 25