unrpa: use python310

This commit is contained in:
Robert Schütz 2023-03-05 09:15:39 -08:00
parent 4820c04356
commit 48c39f18fc

View File

@ -13030,7 +13030,7 @@ with pkgs;
unrtf = callPackage ../tools/text/unrtf { };
unrpa = with python38Packages; toPythonApplication unrpa;
unrpa = with python3Packages; toPythonApplication unrpa;
untex = callPackage ../tools/text/untex { };