From c3ffe0cb8995791ae41073407521f87c4a82c242 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 14 Jun 2026 22:28:53 +0100 Subject: gnu: python-next: Add cometary about package name. * gnu/packages/python.scm (python-next): Add warning about python-next package name. Change-Id: Ibfcfcbd4254975b558ef5a985dc27f83ce388ff0 --- gnu/packages/python.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages/python.scm') 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.") (license license:psfl))) ;; Next 3.x version. +;; Make sure that the name of the package is altered as well to avoid +;; conflicts, see: . (define-public python-next python-3.13) ;; Current 3.x version. -- cgit v1.2.3