python310Packages.mkdocs-material 0 -> 1 attrpath: python310Packages.mkdocs-material 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/miclljqsp1435a8x6v5diyh8vx11q357-packages.json.drv building '/nix/store/miclljqsp1435a8x6v5diyh8vx11q357-packages.json.drv'... Going to be running update for following packages: - python3.10-mkdocs-material-8.4.3 Press Enter key to continue... Running update for: - python3.10-mkdocs-material-8.4.3: UPDATING ... - python3.10-mkdocs-material-8.4.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/mkdocs-material/default.nix b/pkgs/development/python-modules/mkdocs-material/default.nix index d82c1a65436..d2c4f937eea 100644 --- a/pkgs/development/python-modules/mkdocs-material/default.nix +++ b/pkgs/development/python-modules/mkdocs-material/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "mkdocs-material"; - version = "8.4.3"; + version = "9.0.2"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "squidfunk"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-ntArFD/wnoFC2vMS9WjiFP5/I1XklgSPGKGxFXxdNxs="; + hash = "sha256-GRB/WzQxNdgY11wGlssPN1x+m6oGMWxEwRCATKeNeeI="; }; propagatedBuildInputs = [ No auto update branch exists Old version 8.4.3" not present in staging derivation file with contents: { lib , callPackage , buildPythonPackage , fetchFromGitHub , hatch-requirements-txt , hatch-nodejs-version , hatchling , jinja2 , markdown , mkdocs , mkdocs-material-extensions , pygments , pymdown-extensions , pythonOlder , requests }: buildPythonPackage rec { pname = "mkdocs-material"; version = "8.5.11"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "squidfunk"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-jF5lpRv2itkhkqH7RzUXEH5e0Bia3SnTApfoy61RfJA="; }; nativeBuildInputs = [ hatch-requirements-txt hatch-nodejs-version hatchling ]; propagatedBuildInputs = [ jinja2 markdown mkdocs mkdocs-material-extensions pygments pymdown-extensions requests ]; # No tests for python doCheck = false; pythonImportsCheck = [ "mkdocs" ]; meta = with lib; { description = "Material for mkdocs"; homepage = "https://squidfunk.github.io/mkdocs-material/"; license = licenses.mit; maintainers = with maintainers; [ dandellion ]; }; }