python311Packages.mkdocstrings-python 0 -> 1 attrpath: python311Packages.mkdocstrings-python 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/llnd01nkppr9y0q34hw1fm6cj1qashh6-packages.json.drv building '/nix/store/llnd01nkppr9y0q34hw1fm6cj1qashh6-packages.json.drv'... Going to be running update for following packages: - python3.11-mkdocstrings-python-1.8.0 Press Enter key to continue... Running update for: - python3.11-mkdocstrings-python-1.8.0: UPDATING ... - python3.11-mkdocstrings-python-1.8.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mkdocstrings-python/default.nix b/pkgs/development/python-modules/mkdocstrings-python/default.nix index d73ccba23041..de1ae5e6c72e 100644 --- a/pkgs/development/python-modules/mkdocstrings-python/default.nix +++ b/pkgs/development/python-modules/mkdocstrings-python/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "mkdocstrings-python"; - version = "1.8.0"; + version = "1.9.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "mkdocstrings"; repo = "python"; rev = "refs/tags/${version}"; - hash = "sha256-beLZpf0Zjk6LjveD7c+1XEi4SpQnmmZZOM8dIvzqZGI="; + hash = "sha256-RzyOhlfjLtiG5jelrRG8yS7AWQJuaJMVuNkGpNBGO64="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.8.0" not present in master derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , griffe , mkdocs-material , mkdocstrings , pdm-backend , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "mkdocstrings-python"; version = "1.9.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "mkdocstrings"; repo = "python"; rev = "refs/tags/${version}"; hash = "sha256-RzyOhlfjLtiG5jelrRG8yS7AWQJuaJMVuNkGpNBGO64="; }; nativeBuildInputs = [ pdm-backend ]; propagatedBuildInputs = [ griffe mkdocstrings ]; nativeCheckInputs = [ mkdocs-material pytestCheckHook ]; pythonImportsCheck = [ "mkdocstrings_handlers" ]; meta = with lib; { description = "Python handler for mkdocstrings"; homepage = "https://github.com/mkdocstrings/python"; changelog = "https://github.com/mkdocstrings/python/blob/${version}/CHANGELOG.md"; license = licenses.isc; maintainers = with maintainers; [ fab ]; }; }