python310Packages.pymdown-extensions 0 -> 1 attrpath: python310Packages.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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c8ycp8ns1l20kq6hylsxvvzdxkf77ni4-packages.json.drv building '/nix/store/c8ycp8ns1l20kq6hylsxvvzdxkf77ni4-packages.json.drv'... Going to be running update for following packages: - python3.10-pymdown-extensions-9.5 Press Enter key to continue... Running update for: - python3.10-pymdown-extensions-9.5: UPDATING ... - python3.10-pymdown-extensions-9.5: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pymdown-extensions/default.nix b/pkgs/development/python-modules/pymdown-extensions/default.nix index 08749312580..bbadb8d75cc 100644 --- a/pkgs/development/python-modules/pymdown-extensions/default.nix +++ b/pkgs/development/python-modules/pymdown-extensions/default.nix @@ -38,14 +38,14 @@ let in buildPythonPackage rec { pname = "pymdown-extensions"; - version = "9.5"; + version = "9.9.1"; format = "pyproject"; src = fetchFromGitHub { owner = "facelessuser"; repo = "pymdown-extensions"; rev = "refs/tags/${version}"; - sha256 = "sha256-bgvoY+8bbGoG1A93A+Uan1UDpQmEUu/TJu3FOkXechQ="; + sha256 = "sha256-NNwKNU+hxUEBX7bg/sGPEvylsMqYwstdLuOIwQqegts="; }; nativeBuildInputs = [ hatchling ]; No auto update branch exists Old version 9.5" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , hatchling , pytestCheckHook , markdown , pyyaml , pygments }: 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 = "9.9"; format = "pyproject"; src = fetchFromGitHub { owner = "facelessuser"; repo = "pymdown-extensions"; rev = "refs/tags/${version}"; sha256 = "sha256-JZtze6KjiBJGEQzA8lsTShhZu96wxAr4KeKzCe0A18Q="; }; nativeBuildInputs = [ hatchling ]; propagatedBuildInputs = [ markdown pygments ]; checkInputs = [ pytestCheckHook pyyaml ]; pythonImportsCheck = map (ext: "pymdownx.${ext}") extensions; meta = with lib; { description = "Extensions for Python Markdown"; homepage = "https://facelessuser.github.io/pymdown-extensions/"; license = with licenses; [ mit bsd2 ]; maintainers = with maintainers; [ cpcloud ]; }; }