lektor: use mistune_2

This commit is contained in:
Robert Schütz
2026-07-09 15:17:22 -07:00
parent 9945d0efaa
commit dc50ff406f

View File

@@ -13,14 +13,7 @@ let
python = python3.override {
self = python;
packageOverrides = self: super: {
mistune = super.mistune.overridePythonAttrs (old: rec {
version = "2.0.5";
src = fetchPypi {
inherit (old) pname;
inherit version;
hash = "sha256-AkYRPLJJLbh1xr5Wl0p8iTMzvybNkokchfYxUc7gnTQ=";
};
});
mistune = self.mistune_2;
};
};
in