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
This commit is contained in:
Sharlatan Hellseher 2025-07-11 23:24:23 +01:00
parent b8ea94c889
commit 9d6ce0d0d4
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -601,15 +601,7 @@ a light weight, fully compliant, self-contained package allowing PEP 517
compatible build front-ends to build Poetry managed projects.") compatible build front-ends to build Poetry managed projects.")
(license license:expat))) (license license:expat)))
(define-public python-poetry-core-next (define-public python-poetry-core-next python-poetry-core)
(package/inherit python-poetry-core
(version "2.1.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "poetry_core" version))
(sha256
(base32 "015a0802radb2x5wsbywm4fggv4s1srh8zyml5v58xgrxg8bpnzr"))))))
;;; This package exists to bootstrap python-tomli. ;;; This package exists to bootstrap python-tomli.
(define-public python-flit-core-bootstrap (define-public python-flit-core-bootstrap