guix_mirror_bot pushed a commit to branch python-team in repository guix. commit 616ddd76f4ff48d95f15a8fafc5bf38aea83d689 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Fri Jul 11 21:50:22 2025 +0100
gnu: python-flit-core-next: Set to python-flit-core. * gnu/packages/python-build.scm (python-flit-core-next): Set to python-flit-core. Change-Id: I8ae01214661186b2adb2c7855d54d8c71daeeeb2 --- gnu/packages/python-build.scm | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 1243b6aba5..10e020113e 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -649,16 +649,7 @@ specified by PEP 517, @code{flit_core.buildapi}.") (delete "python-toml") (prepend python-tomli))))) -(define-public python-flit-core-next - (package/inherit python-flit-core - (name "python-flit-core") - (version "3.12.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "flit" version)) - (sha256 - (base32 "0h1pxi2hgr95321bgl45l86693zl14l3shj0idsyg4k9v56z700w")))))) +(define-public python-flit-core-next python-flit-core) (define-public python-flit-scm (package