unrpa: use python38

Its dependency uncompyle6 does not support Python 3.9 yet.
This commit is contained in:
Robert Schütz 2021-07-03 01:28:17 +02:00 committed by Jonathan Ringer
parent 11a1f2c8fe
commit 96e39fb152

View File

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