diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-11 21:50:22 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-05 13:58:38 +0100 |
commit | 979b1cb61ec73ec0b0271d428adbe4d7011df321 (patch) | |
tree | 07ea96cc7b1dad740392826ddd8facd5860dbcfc | |
parent | 5d0fcccf449d16522d650c463dcc10a39d4de735 (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 d4bd40b5c5..38af91b37d 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -663,16 +663,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 |