diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-01-27 10:59:25 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:17 +0100 |
| commit | 84cad47547785b2cd6eee912686ee3b45a46df4b (patch) | |
| tree | 8c4b15273531cb3cdcadca69a1c37c90832c47bb /gnu/packages/python.scm | |
| parent | b7934f4192a1cc225509dd927c1bb1d211ad355b (diff) | |
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
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 79696e2a77c..08eddecc314 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -1093,7 +1093,7 @@ def contents() -> str: | |||
| 1093 | 1093 | ||
| 1094 | (define-public python-3.12 | 1094 | (define-public python-3.12 |
| 1095 | (package | 1095 | (package |
| 1096 | (name "python-next") | 1096 | (name "python") |
| 1097 | (version "3.12.12") | 1097 | (version "3.12.12") |
| 1098 | (source | 1098 | (source |
| 1099 | (origin | 1099 | (origin |
