0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python310Packages.mistune: 0.8.4 -> 2.0.4

Remove mistune_0_8 because it's insecure.
This commit is contained in:
Robert Schütz 2022-08-12 11:25:56 +00:00 committed by Robert Schütz
parent 9f1da18a1e
commit 243053e521
11 changed files with 41 additions and 52 deletions

View file

@ -123,7 +123,7 @@ in rec {
inherit self;
includeSiteCustomize = true;
});
in self.withPackages (p: [ p.mistune_2_0 ]))
in self.withPackages (p: [ p.mistune ]))
];
options = builtins.toFile "options.json"
(builtins.unsafeDiscardStringContext (builtins.toJSON optionsNix));