summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-11 23:24:23 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:45 +0100
commitbca193522de6e8a2a900c68c7edff248a7148acf (patch)
tree810f076b45771ded2ca540be00b74b5138ef170e
parentbf109f3d96b21cfb2cab2176a616f515547d57df (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
-rw-r--r--gnu/packages/python-build.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 887fcb7d98..be41d59518 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -578,13 +578,13 @@ order to make bootstrapping easier.")
(define-public python-poetry-core
(package
(name "python-poetry-core")
- (version "1.9.1")
+ (version "2.1.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "poetry_core" version))
(sha256
- (base32 "1f31gwhnfyrdymlm0ym6k6c6r0x98zcr2s4xz4blz2zm9chljbbs"))))
+ (base32 "194nwaig8zkbj2ig4zwf1k7cl4vqlmvs8mmdkb425mky8was08h5"))))
(build-system pyproject-build-system)
(arguments
`(#:tests? #f)) ;disabled to avoid extra dependencies