This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c2d38eba5e gnu: gemrb: Switch to Python 3.11.
c2d38eba5e is described below

commit c2d38eba5edb9169bd0f5324aa67a3a2502f0c03
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Mon Sep 15 22:47:25 2025 +0200

    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 <[email protected]>
---
 gnu/packages/games.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 738f274324..f265db356c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -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

Reply via email to