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:35:45 +0100 |
| commit | bca193522de6e8a2a900c68c7edff248a7148acf (patch) | |
| tree | 810f076b45771ded2ca540be00b74b5138ef170e /gnu/packages/python-build.scm | |
| parent | bf109f3d96b21cfb2cab2176a616f515547d57df (diff) | |
gnu: python-poetry-core: Update to 2.1.3.
* gnu/packages/python-build.scm (python-poetry-core): Update to 2.1.3.
Change-Id: I413513d97365f85cbc830cd82aafd20c9530d781
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 887fcb7d984..be41d595188 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm | |||
| @@ -578,13 +578,13 @@ order to make bootstrapping easier.") | |||
| 578 | (define-public python-poetry-core | 578 | (define-public python-poetry-core |
| 579 | (package | 579 | (package |
| 580 | (name "python-poetry-core") | 580 | (name "python-poetry-core") |
| 581 | (version "1.9.1") | 581 | (version "2.1.3") |
| 582 | (source | 582 | (source |
| 583 | (origin | 583 | (origin |
| 584 | (method url-fetch) | 584 | (method url-fetch) |
| 585 | (uri (pypi-uri "poetry_core" version)) | 585 | (uri (pypi-uri "poetry_core" version)) |
| 586 | (sha256 | 586 | (sha256 |
| 587 | (base32 "1f31gwhnfyrdymlm0ym6k6c6r0x98zcr2s4xz4blz2zm9chljbbs")))) | 587 | (base32 "194nwaig8zkbj2ig4zwf1k7cl4vqlmvs8mmdkb425mky8was08h5")))) |
| 588 | (build-system pyproject-build-system) | 588 | (build-system pyproject-build-system) |
| 589 | (arguments | 589 | (arguments |
| 590 | `(#:tests? #f)) ;disabled to avoid extra dependencies | 590 | `(#:tests? #f)) ;disabled to avoid extra dependencies |
