python310Packages.mkdocs-material-extensions 0 -> 1 attrpath: python310Packages.mkdocs-material-extensions 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] Going to be running update for following packages: - python3.10-mkdocs-material-extensions-1.1.1 Press Enter key to continue... Running update for: - python3.10-mkdocs-material-extensions-1.1.1: UPDATING ... - python3.10-mkdocs-material-extensions-1.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mkdocs-material/mkdocs-material-extensions.nix b/pkgs/development/python-modules/mkdocs-material/mkdocs-material-extensions.nix index 4e1c47a8c49d..239d3507d59b 100644 --- a/pkgs/development/python-modules/mkdocs-material/mkdocs-material-extensions.nix +++ b/pkgs/development/python-modules/mkdocs-material/mkdocs-material-extensions.nix @@ -6,14 +6,14 @@ buildPythonPackage rec { pname = "mkdocs-material-extensions"; - version = "1.1.1"; + version = "1.3.1"; format = "pyproject"; src = fetchFromGitHub { owner = "facelessuser"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-FHI6WEQRd/Ff6pmU13f8f0zPSeFhhbmDdk4/0rdIl4I="; + hash = "sha256-/jU30Ol10/4haR3ZPJWZ3iWRfXG/RUOU1oclOYGjjAY="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.1.1" not present in staging derivation file with contents: { lib , fetchFromGitHub , buildPythonPackage , hatchling }: buildPythonPackage rec { pname = "mkdocs-material-extensions"; version = "1.3.1"; format = "pyproject"; src = fetchFromGitHub { owner = "facelessuser"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-/jU30Ol10/4haR3ZPJWZ3iWRfXG/RUOU1oclOYGjjAY="; }; nativeBuildInputs = [ hatchling ]; doCheck = false; # Circular dependency pythonImportsCheck = [ "materialx" ]; meta = with lib; { description = "Markdown extension resources for MkDocs Material"; homepage = "https://github.com/facelessuser/mkdocs-material-extensions"; license = licenses.mit; maintainers = with maintainers; [ dandellion ]; }; }