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 @@ order to make bootstrapping easier.")
(define-public python-poetry-core (define-public python-poetry-core
(package (package
(name "python-poetry-core") (name "python-poetry-core")
(version "1.0.3") (version "1.0.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "poetry-core" version)) (uri (pypi-uri "poetry-core" version))
(sha256 (sha256
(base32 "1ichii48zkywcnj8v3bcn9vk09v69jv6h65805w21hwz4hlcj593")))) (base32 "01n2rbsvks7snrq3m1d08r3xz9q2715ajb62fdb6rvqnb9sirhcq"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://github.com/python-poetry/poetry-core") (home-page "https://github.com/python-poetry/poetry-core")
(synopsis "Poetry PEP 517 build back-end") (synopsis "Poetry PEP 517 build back-end")