present: use mistune_2

(cherry picked from commit a1f58ea706)
This commit is contained in:
Robert Schütz
2026-07-09 15:17:51 -07:00
committed by github-actions[bot]
parent cace96c2a4
commit 2dd216fa40

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