python310Packages.sphinx-autodoc-typehints 0 -> 1 attrpath: python310Packages.sphinx-autodoc-typehints 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lh86gjxwfgjpm7s38bi9ym788cfv0k4v-packages.json.drv building '/nix/store/lh86gjxwfgjpm7s38bi9ym788cfv0k4v-packages.json.drv'... Going to be running update for following packages: - python3.10-sphinx-autodoc-typehints-1.22 Press Enter key to continue... Running update for: - python3.10-sphinx-autodoc-typehints-1.22: UPDATING ... - python3.10-sphinx-autodoc-typehints-1.22: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix b/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix index 88d8d66cda5f..d99577fd234e 100644 --- a/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix +++ b/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix @@ -10,7 +10,7 @@ let pname = "sphinx-autodoc-typehints"; - version = "1.22"; + version = "1.24.0"; in buildPythonPackage { @@ -22,7 +22,7 @@ buildPythonPackage { src = fetchPypi { pname = "sphinx_autodoc_typehints"; inherit version; - hash = "sha256-cfyi1e7psDQgTkxoarILTY9euUCTliFryubIfDjhjqY="; + hash = "sha256-lORABmlBuyN3BLuIB4Xi0F6K5UBsiGdP7vu5OK0Nxq8="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.22" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , hatch-vcs , hatchling , pythonOlder , sphinx , pytestCheckHook }: let pname = "sphinx-autodoc-typehints"; version = "1.23.0"; in buildPythonPackage { inherit pname version; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "sphinx_autodoc_typehints"; inherit version; hash = "sha256-XUTimWYzza2kmbbSeklt3528ld0fDwn3s3lAJJ5h9uk="; }; nativeBuildInputs = [ hatch-vcs hatchling ]; propagatedBuildInputs = [ sphinx ]; nativeCheckInputs = [ pytestCheckHook ]; # requires spobjinv, nbtyping doCheck = false; pythonImportsCheck = [ "sphinx_autodoc_typehints" ]; meta = with lib; { changelog = "https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/${version}"; description = "Type hints (PEP 484) support for the Sphinx autodoc extension"; homepage = "https://github.com/tox-dev/sphinx-autodoc-typehints"; license = licenses.mit; maintainers = with maintainers; [ hexa ]; }; }