python3Packages.pymdown-extensions: 10.21.2 → 10.21.3

This commit is contained in:
Alexis Hildebrandt
2026-06-09 12:40:24 +02:00
parent 8ac47a0acc
commit 9c6576c929
@@ -45,14 +45,14 @@ let
in
buildPythonPackage rec {
pname = "pymdown-extensions";
version = "10.21.2";
version = "10.21.3";
pyproject = true;
src = fetchFromGitHub {
owner = "facelessuser";
repo = "pymdown-extensions";
tag = version;
hash = "sha256-BKnrq8m+xQYZs6V+x+3al7yS8531UvvaC4V+ny+f+Qg=";
hash = "sha256-hu9fXjZxlris3AhPS7bz3kcSyQtSeh0B6ZAZBsCO4+g=";
};
build-system = [ hatchling ];