summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-06-14 22:28:53 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-06-14 22:28:53 +0100
commitc3ffe0cb8995791ae41073407521f87c4a82c242 (patch)
treea57fc44f8797105de563bff4b5864402bef25f6b /gnu/packages/python.scm
parent17f5088e7b83799fc2b0e8ea310c177105f2e9b0 (diff)
gnu: python-next: Add cometary about package name.
* gnu/packages/python.scm (python-next): Add warning about python-next package name. Change-Id: Ibfcfcbd4254975b558ef5a985dc27f83ce388ff0
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f8d9484b1bc..276a55a8b0a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1315,6 +1315,8 @@ data types.")
1315 (license license:psfl))) 1315 (license license:psfl)))
1316 1316
1317;; Next 3.x version. 1317;; Next 3.x version.
1318;; Make sure that the name of the package is altered as well to avoid
1319;; conflicts, see: <https://codeberg.org/guix/guix/issues/9255>.
1318(define-public python-next python-3.13) 1320(define-public python-next python-3.13)
1319 1321
1320;; Current 3.x version. 1322;; Current 3.x version.