diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-11 23:24:23 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:24 +0100 |
| commit | 9d6ce0d0d45f4cfdf1fddccc999cfc0dde17ddb6 (patch) | |
| tree | e97b2136bce21bb6d455ca4da48aa697c43f5d2b /gnu/packages/python-build.scm | |
| parent | b8ea94c889c21b8491086130907807c06762fff1 (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
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index b80b5f8791e..062859808d1 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 | |||
| 601 | compatible build front-ends to build Poetry managed projects.") | 601 | compatible build front-ends to build Poetry managed projects.") |
| 602 | (license license:expat))) | 602 | (license license:expat))) |
| 603 | 603 | ||
| 604 | (define-public python-poetry-core-next | 604 | (define-public python-poetry-core-next python-poetry-core) |
| 605 | (package/inherit python-poetry-core | ||
| 606 | (version "2.1.2") | ||
| 607 | (source | ||
| 608 | (origin | ||
| 609 | (method url-fetch) | ||
| 610 | (uri (pypi-uri "poetry_core" version)) | ||
| 611 | (sha256 | ||
| 612 | (base32 "015a0802radb2x5wsbywm4fggv4s1srh8zyml5v58xgrxg8bpnzr")))))) | ||
| 613 | 605 | ||
| 614 | ;;; This package exists to bootstrap python-tomli. | 606 | ;;; This package exists to bootstrap python-tomli. |
| 615 | (define-public python-flit-core-bootstrap | 607 | (define-public python-flit-core-bootstrap |
