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

commit b6ab33d7930b0be7ebb2253e6dadc8e49bf64814
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Jan 27 11:00:32 2026 +0100

    gnu: python-3: Set to python-3.12.
    
    * gnu/packages/python.scm (python-3): Define as python-3.12 instead of
    python-3.11.
    
    Change-Id: Ibb7106f19f54a5d7e58a128f37a2b62ba3b60e8c
---
 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 e474b0523e..b91c47dd88 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1481,7 +1481,7 @@ data types.")
 (define-public python-next python-3.12)
 
 ;; Current 3.x version.
-(define-public python-3 python-3.11)
+(define-public python-3 python-3.12)
 
 ;; Current major version.
 (define-public python python-3)

Reply via email to