diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-01-27 11:00:32 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:17 +0100 |
| commit | 18a3715a185c0dbac6d69d868c39c4bc79ae2254 (patch) | |
| tree | fb11ceee47747ec672c4550e50325eb77b90a02a /gnu/packages/python.scm | |
| parent | 84cad47547785b2cd6eee912686ee3b45a46df4b (diff) | |
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
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 08eddecc314..04b42331748 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -1488,7 +1488,7 @@ data types.") | |||
| 1488 | (define-public python-next python-3.12) | 1488 | (define-public python-next python-3.12) |
| 1489 | 1489 | ||
| 1490 | ;; Current 3.x version. | 1490 | ;; Current 3.x version. |
| 1491 | (define-public python-3 python-3.11) | 1491 | (define-public python-3 python-3.12) |
| 1492 | 1492 | ||
| 1493 | ;; Current major version. | 1493 | ;; Current major version. |
| 1494 | (define-public python python-3) | 1494 | (define-public python python-3) |
