unrpa: use python310
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user