guix_mirror_bot pushed a commit to branch python-3.12
in repository guix.

commit 47a9620a97fe50fd66d17e1667e90d51c0cb6fa5
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Jan 27 10:59:25 2026 +0100

    gnu: python-3.12: Set name to "python".
    
    * gnu/packages/python.scm (python-3.12)[name]: Set to "python" instead
    of "python-next".
    
    Change-Id: I01bcc4adff7aaa97f7077279800d6ecc0ae1c36d
---
 gnu/packages/python.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6f78ad8770..e474b0523e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1086,7 +1086,7 @@ def contents() -> str:
 
 (define-public python-3.12
   (package
-    (name "python-next")
+    (name "python")
     (version "3.12.12")
     (source
      (origin

Reply via email to