python312Packages.nbconvert 7.16.1 -> 7.16.2 https://github.com/jupyter/nbconvert/releases attrpath: python312Packages.nbconvert Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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/d8px32348ibr2bg41milbq71wnh31gv4-packages.json.drv building '/nix/store/d8px32348ibr2bg41milbq71wnh31gv4-packages.json.drv'... Going to be running update for following packages: - python3.12-nbconvert-7.16.1 Press Enter key to continue... Running update for: - python3.12-nbconvert-7.16.1: UPDATING ... - python3.12-nbconvert-7.16.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/nbconvert/default.nix b/pkgs/development/python-modules/nbconvert/default.nix index 8897d75a893f..8f4d2a53e811 100644 --- a/pkgs/development/python-modules/nbconvert/default.nix +++ b/pkgs/development/python-modules/nbconvert/default.nix @@ -33,14 +33,14 @@ let }; in buildPythonPackage rec { pname = "nbconvert"; - version = "7.16.1"; + version = "7.16.2"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-555qB09Juj7SlCjthkh79RUJ2aq2E72FIqwI9tKP1/0="; + hash = "sha256-gxDt1B4cQ5R+Ts8WYUxhRp68AkiY64CMzgmZhg/J+xY="; }; # Add $out/share/jupyter to the list of paths that are used to search for No auto update branch exists Python package with too many package rebuilds 159 > 25