python312Packages.pymdown-extensions: 10.11.2 -> 10.13 (#362950)

This commit is contained in:
Weijia Wang
2025-01-01 23:18:35 +01:00
committed by GitHub
@@ -45,14 +45,14 @@ let
in
buildPythonPackage rec {
pname = "pymdown-extensions";
version = "10.11.2";
version = "10.13";
pyproject = true;
src = fetchFromGitHub {
owner = "facelessuser";
repo = "pymdown-extensions";
rev = "refs/tags/${version}";
hash = "sha256-1AuN2kp7L6w8RvKky3IoX4ht9uQL6o2nm6dTDo/INC0=";
tag = version;
hash = "sha256-uReUfJaGRQ4gMel5szTZJ5fsgJxeeNCy2I7zPf+rvts=";
};
build-system = [ hatchling ];