python311Packages.pymdown-extensions 10.3 -> 10.7 https://repology.org/project/python:pymdown-extensions/versions attrpath: python311Packages.pymdown-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] this derivation will be built: /nix/store/6igj2plvnn4q8ywwhwb31x2jny0hhj9f-packages.json.drv building '/nix/store/6igj2plvnn4q8ywwhwb31x2jny0hhj9f-packages.json.drv'... Going to be running update for following packages: - python3.11-pymdown-extensions-10.3 Press Enter key to continue... Running update for: - python3.11-pymdown-extensions-10.3: UPDATING ... - python3.11-pymdown-extensions-10.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pymdown-extensions/default.nix b/pkgs/development/python-modules/pymdown-extensions/default.nix index f6fea35270e5..d9387a62bec9 100644 --- a/pkgs/development/python-modules/pymdown-extensions/default.nix +++ b/pkgs/development/python-modules/pymdown-extensions/default.nix @@ -44,14 +44,14 @@ let in buildPythonPackage rec { pname = "pymdown-extensions"; - version = "10.3"; + version = "10.7"; format = "pyproject"; src = fetchFromGitHub { owner = "facelessuser"; repo = "pymdown-extensions"; rev = "refs/tags/${version}"; - hash = "sha256-R35R2dHfjcVQbEa2319FEMjPGl1Y5/u2KEHeR0wTYEo="; + hash = "sha256-jeU3mXaARToN1NZ+pcogCu70foGc5xAmijLUSfd9k9U="; }; nativeBuildInputs = [ hatchling ]; No auto update branch exists Old version 10.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , hatchling , pytestCheckHook , markdown , pyyaml , pygments # for passthru.tests , mkdocstrings , mkdocs-material , mkdocs-mermaid2-plugin , hydrus }: let extensions = [ "arithmatex" "b64" "betterem" "caret" "critic" "details" "emoji" "escapeall" "extra" "highlight" "inlinehilite" "keys" "magiclink" "mark" "pathconverter" "progressbar" "saneheaders" "smartsymbols" "snippets" "striphtml" "superfences" "tabbed" "tasklist" "tilde" ]; in buildPythonPackage rec { pname = "pymdown-extensions"; version = "10.5"; format = "pyproject"; src = fetchFromGitHub { owner = "facelessuser"; repo = "pymdown-extensions"; rev = "refs/tags/${version}"; hash = "sha256-S9xnGzX9VHRWDfrlIVcywiyuyyxIFYitwTMdGZ2NEqo="; }; nativeBuildInputs = [ hatchling ]; propagatedBuildInputs = [ markdown pygments ]; nativeCheckInputs = [ pytestCheckHook pyyaml ]; pythonImportsCheck = map (ext: "pymdownx.${ext}") extensions; passthru.tests = { inherit mkdocstrings mkdocs-material mkdocs-mermaid2-plugin hydrus; }; meta = with lib; { description = "Extensions for Python Markdown"; homepage = "https://facelessuser.github.io/pymdown-extensions/"; license = with licenses; [ mit bsd2 ]; maintainers = with maintainers; [ cpcloud ]; }; }