guix_mirror_bot pushed a commit to branch python-3.12
in repository guix.
commit 0c0cc765d0125f556b728010bf3e482c46ed3a5f
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)