gnu: python-poetry-core: Update to 1.0.7.

* gnu/packages/python-xyz.scm (python-poetry-core): Update to 1.0.7.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Tanguy Le Carrour 2021-10-28 09:06:00 +02:00 committed by Ludovic Courtès
parent 3756ce3267
commit ac2bd4a319
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -160,13 +160,13 @@ (define-public python-pypa-build
(define-public python-poetry-core
(package
(name "python-poetry-core")
(version "1.0.3")
(version "1.0.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "poetry-core" version))
(sha256
(base32 "1ichii48zkywcnj8v3bcn9vk09v69jv6h65805w21hwz4hlcj593"))))
(base32 "01n2rbsvks7snrq3m1d08r3xz9q2715ajb62fdb6rvqnb9sirhcq"))))
(build-system python-build-system)
(home-page "https://github.com/python-poetry/poetry-core")
(synopsis "Poetry PEP 517 build back-end")