present: use mistune_2

This commit is contained in:
Robert Schütz
2026-07-09 15:17:51 -07:00
parent dc50ff406f
commit a1f58ea706

View File

@@ -8,14 +8,7 @@ let
# https://github.com/NixOS/nixpkgs/issues/348788
pythonPackages = python3Packages.overrideScope (
self: super: {
mistune = super.mistune.overridePythonAttrs (oldAttrs: rec {
version = "2.0.5";
src = fetchPypi {
inherit (oldAttrs) pname;
inherit version;
hash = "sha256-AkYRPLJJLbh1xr5Wl0p8iTMzvybNkokchfYxUc7gnTQ=";
};
});
mistune = self.mistune_2;
}
);
in