python311Packages.nbformat 5.9.1 -> 5.9.2 https://repology.org/project/python:nbformat/versions attrpath: python311Packages.nbformat 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/7590nyy0yz46yaj50v4vrvc9hn0qd57s-packages.json.drv building '/nix/store/7590nyy0yz46yaj50v4vrvc9hn0qd57s-packages.json.drv'... Going to be running update for following packages: - python3.11-nbformat-5.9.1 Press Enter key to continue... Running update for: - python3.11-nbformat-5.9.1: UPDATING ... - python3.11-nbformat-5.9.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/nbformat/default.nix b/pkgs/development/python-modules/nbformat/default.nix index 354a937a6105..290663e78a81 100644 --- a/pkgs/development/python-modules/nbformat/default.nix +++ b/pkgs/development/python-modules/nbformat/default.nix @@ -15,13 +15,13 @@ buildPythonPackage rec { pname = "nbformat"; - version = "5.9.1"; + version = "5.9.2"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-On9S0EBjnL2KOJAhjIsP+5MhFYjFdEbJAJXjK6WIG10="; + hash = "sha256-X5i1uhmX3/F1534MF9XBCpbq7Sy9HeNTPR/DXV4REZI="; }; nativeBuildInputs = [ No auto update branch exists Old version 5.9.1" not present in staging derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchPypi , hatchling , hatch-nodejs-version , fastjsonschema , jsonschema , jupyter-core , traitlets , pep440 , pytestCheckHook , testpath }: buildPythonPackage rec { pname = "nbformat"; version = "5.9.2"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-X5i1uhmX3/F1534MF9XBCpbq7Sy9HeNTPR/DXV4REZI="; }; nativeBuildInputs = [ hatchling hatch-nodejs-version ]; propagatedBuildInputs = [ fastjsonschema jsonschema jupyter-core traitlets ]; nativeCheckInputs = [ pep440 pytestCheckHook testpath ]; # Some of the tests use localhost networking. __darwinAllowLocalNetworking = true; meta = { description = "The Jupyter Notebook format"; homepage = "https://jupyter.org/"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ fridh globin ]; }; }