python3Packages.pymdown-extensions: 10.13 -> 10.14

This commit is contained in:
Martin Weinelt
2025-01-27 10:56:46 +01:00
parent 59062117f3
commit 711e0a314a
@@ -45,14 +45,14 @@ let
in
buildPythonPackage rec {
pname = "pymdown-extensions";
version = "10.13";
version = "10.14";
pyproject = true;
src = fetchFromGitHub {
owner = "facelessuser";
repo = "pymdown-extensions";
tag = version;
hash = "sha256-uReUfJaGRQ4gMel5szTZJ5fsgJxeeNCy2I7zPf+rvts=";
hash = "sha256-7EzIUNAjTa7ohn6Cf08D/lxtieKeoCqOj7FD606DLWo=";
};
build-system = [ hatchling ];