Commit 48c39f18 authored by Robert Schütz's avatar Robert Schütz
Browse files

unrpa: use python310

parent 4820c043
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 { };