~ruther/guix-local

c2d38eba5edb9169bd0f5324aa67a3a2502f0c03 — Hugo Buddelmeijer 8 months ago 8c9fc75
gnu: gemrb: Switch to Python 3.11.

This is the only that explicitly refered to python-3.10.
Switch to python-3.11 is one step closer to removing 3.10
altogether and thereby closing several CVEs.

* gnu/packages/games.scm (gemrb)[native-inputs]: Remove python-3.10;
add python.

Change-Id: I66783b7fd2c4066cded400b753684384a2e1cff2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/games.scm
M gnu/packages/games.scm => gnu/packages/games.scm +1 -1
@@ 13408,7 13408,7 @@ virtual reality devices.")
     (list
      #:configure-flags
      #~(list "-DUSE_TESTS=ON" "-DOPENGL_BACKEND=OpenGL")))
    (native-inputs (list python-3.10 glibc-locales googletest))
    (native-inputs (list python glibc-locales googletest))
    (inputs (list freetype
                  libiconv
                  libpng