guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 244c5dbe14b07c50e4bc4c729121997d51a8c8f0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 17 14:31:12 2026 +0000

    gnu: Remove python-flit-core-next.
    
    * gnu/packages/python-build.scm (python-flit-core-next): Delete variable.
    
    Change-Id: Icb7703b21bc37a4bff6180450d5cfc1617f2dab7
---
 gnu/packages/python-build.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 381ce3a660..6d62e64838 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -1218,9 +1218,6 @@ specified by PEP 517, @code{flit_core.buildapi}.")
        (delete "python-toml")
        (prepend python-tomli)))))
 
-(define-deprecated/public-alias python-flit-core-next
-  python-flit-core)                    ;may be removed after 2025-12-01
-
 (define-public python-flit-scm
   (package
     (name "python-flit-scm")

Reply via email to