sharlatan pushed a commit to branch python-team
in repository guix.
commit 58c1351fa160a5f039ea51c6598f1cae789dba85
Author: Antero Mejr <[email protected]>
AuthorDate: Fri Jun 14 20:47:25 2024 +0000
gnu: python-poetry-core: Update to 1.9.1.
* gnu/packages/python-build.scm (python-poetry-core): Update to 1.9.1.
Change-Id: Ic65feaa1efbd10368a715fbea1a974355d6fc96f
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-build.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 7e959a3630..c505d84d23 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -550,13 +550,13 @@ order to make bootstrapping easier.")
(define-public python-poetry-core
(package
(name "python-poetry-core")
- (version "1.5.2")
+ (version "1.9.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "poetry_core" version))
(sha256
- (base32 "053c8dw632p7jkhjb51k0wcx6hdw4r3lk97mds76df653qxnqmf6"))))
+ (base32 "1f31gwhnfyrdymlm0ym6k6c6r0x98zcr2s4xz4blz2zm9chljbbs"))))
(build-system pyproject-build-system)
(arguments
`(#:tests? #f)) ;disabled to avoid extra dependencies