summaryrefslogtreecommitdiff
path: root/gnu/packages/python-build.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-11 21:50:22 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-19 13:57:38 +0100
commit4c2e3444df88b580629661decb89a259d592ecd2 (patch)
tree3de54eae5bd82b439398a34c9abee491797c62a1 /gnu/packages/python-build.scm
parentb63458276e8accd1c6ef33bfdffd4d777698bd70 (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
Diffstat (limited to 'gnu/packages/python-build.scm')
-rw-r--r--gnu/packages/python-build.scm11
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