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
This commit is contained in:
Sharlatan Hellseher 2025-07-11 21:50:22 +01:00
parent bbb9551884
commit a34d8e4278
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -663,16 +663,7 @@ specified by PEP 517, @code{flit_core.buildapi}.")
(delete "python-toml") (delete "python-toml")
(prepend python-tomli))))) (prepend python-tomli)))))
(define-public python-flit-core-next (define-public python-flit-core-next python-flit-core)
(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-scm (define-public python-flit-scm
(package (package