1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-04 16:25:54 +02:00

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
This commit is contained in:
Andreas Enge
2026-01-27 11:00:32 +01:00
committed by Sharlatan Hellseher
parent 309757f8de
commit 6a84f6c2a9
+1 -1
View File
@@ -1484,7 +1484,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)