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 <sharlatanus@gmail.com>
This commit is contained in:
Antero Mejr 2024-06-14 20:47:25 +00:00 committed by Sharlatan Hellseher
parent d4f5e7dfe7
commit 3a0acc79cf
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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