summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-11 23:24:23 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-08 16:50:07 +0100
commit8cf47ba6bbed8f9b825ff77499b5071d248ab4df (patch)
tree1788f447cbb8e55633249b59c4c07eae2a95b94d
parent2b9e16575669a92f248dc642bf3da376b72c56d5 (diff)
gnu: python-poetry-core-next: Set to python-poetry-core.
* gnu/packages/python-build.scm (python-poetry-core-next): Set to python-poetry-core. Change-Id: Ia69fc596e654b0e015636c8b347a36f449366c72
-rw-r--r--gnu/packages/python-build.scm10
1 files changed, 1 insertions, 9 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index de1ef79803..b6743ba5f9 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -587,15 +587,7 @@ a light weight, fully compliant, self-contained package allowing PEP 517
compatible build front-ends to build Poetry managed projects.")
(license license:expat)))
-(define-public python-poetry-core-next
- (package/inherit python-poetry-core
- (version "2.1.2")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "poetry_core" version))
- (sha256
- (base32 "015a0802radb2x5wsbywm4fggv4s1srh8zyml5v58xgrxg8bpnzr"))))))
+(define-public python-poetry-core-next python-poetry-core)
;;; This package exists to bootstrap python-tomli.
(define-public python-flit-core-bootstrap