guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 8082ca35cf3c1114dfb76f248fc070bc6f598ff4
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jul 11 23:24:23 2025 +0100
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
---
gnu/packages/python-build.scm | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 38af91b37d..d39943dcdb 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -601,15 +601,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