python312Packages.pymdown-extensions: 10.14 -> 10.14.3

This commit is contained in:
R. Ryantm
2025-02-16 04:56:12 +00:00
parent 350c5970da
commit 50d86bfb74
@@ -45,14 +45,14 @@ let
in
buildPythonPackage rec {
pname = "pymdown-extensions";
version = "10.14";
version = "10.14.3";
pyproject = true;
src = fetchFromGitHub {
owner = "facelessuser";
repo = "pymdown-extensions";
tag = version;
hash = "sha256-7EzIUNAjTa7ohn6Cf08D/lxtieKeoCqOj7FD606DLWo=";
hash = "sha256-i0i9hyq60RbfJ6YjFsAPXVYwbV8VrFaTIfDCkl8BvhQ=";
};
build-system = [ hatchling ];