diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-11 21:50:22 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-17 08:59:30 +0100 |
commit | 9ee9c477b0dc8f8f67b7990d918f0147b1c2614a (patch) | |
tree | a9e72b3119f21876cd23b8caaea37f50220a425b | |
parent | 73549636b68feb72acfda116173d2bf6dae2a28b (diff) |
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
-rw-r--r-- | gnu/packages/python-build.scm | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 997c8b9e7f..de1ef79803 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 |