python311Packages.mkdocs-autorefs 0 -> 1 attrpath: python311Packages.mkdocs-autorefs 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/2c2w4x189v362xg24jxjdi0b08nc45wp-packages.json.drv building '/nix/store/2c2w4x189v362xg24jxjdi0b08nc45wp-packages.json.drv'... Going to be running update for following packages: - python3.11-mkdocs-autorefs-0.5.0 Press Enter key to continue... Running update for: - python3.11-mkdocs-autorefs-0.5.0: UPDATING ... - python3.11-mkdocs-autorefs-0.5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mkdocs-autorefs/default.nix b/pkgs/development/python-modules/mkdocs-autorefs/default.nix index 1a0b64efe1e1..f5d0eccb84e9 100644 --- a/pkgs/development/python-modules/mkdocs-autorefs/default.nix +++ b/pkgs/development/python-modules/mkdocs-autorefs/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "mkdocs-autorefs"; - version = "0.5.0"; + version = "1.0.1"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "mkdocstrings"; repo = "autorefs"; rev = "refs/tags/${version}"; - hash = "sha256-GZKQlOXhQIQhS/z4cbmS6fhAKYgnVhSXh5a8Od7+TWc="; + hash = "sha256-YORrIQ+iZQZ1U/fe/IH3B/5gN0QxQF73s9vF6qvKL7Q="; }; postPatch = '' No auto update branch exists Old version 0.5.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , markdown , mkdocs , pytestCheckHook , pdm-backend , pythonOlder }: buildPythonPackage rec { pname = "mkdocs-autorefs"; version = "1.0.1"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "mkdocstrings"; repo = "autorefs"; rev = "refs/tags/${version}"; hash = "sha256-YORrIQ+iZQZ1U/fe/IH3B/5gN0QxQF73s9vF6qvKL7Q="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace 'dynamic = ["version"]' 'version = "${version}"' ''; nativeBuildInputs = [ pdm-backend ]; propagatedBuildInputs = [ markdown mkdocs ]; nativeCheckInputs = [ pytestCheckHook ]; disabledTests = [ # missing pymdownx "test_reference_implicit_with_code_inlinehilite_plain" "test_reference_implicit_with_code_inlinehilite_python" ]; pythonImportsCheck = [ "mkdocs_autorefs" ]; meta = with lib; { description = "Automatically link across pages in MkDocs"; homepage = "https://github.com/mkdocstrings/autorefs/"; changelog = "https://github.com/mkdocstrings/autorefs/blob/${version}/CHANGELOG.md"; license = licenses.isc; maintainers = with maintainers; [ fab ]; }; }