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>
This commit is contained in:
Hugo Buddelmeijer 2025-09-15 22:47:25 +02:00 committed by Sharlatan Hellseher
parent 8c9fc75742
commit c2d38eba5e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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