unrpa: use python38

Its dependency uncompyle6 does not support Python 3.9 yet.
This commit is contained in:
Robert Schütz
2021-07-05 12:34:02 -07:00
committed by Jonathan Ringer
parent 11a1f2c8fe
commit 96e39fb152
+1 -1
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 { };