mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-poetry-core: Update to 1.0.3.
* gnu/packages/python-build.scm (python-poetry-core): Update to 1.0.3.
This commit is contained in:
parent
c135096b23
commit
e50a4847e4
1 changed files with 2 additions and 2 deletions
|
@ -160,13 +160,13 @@ (define-public python-pypa-build
|
|||
(define-public python-poetry-core
|
||||
(package
|
||||
(name "python-poetry-core")
|
||||
(version "1.0.2")
|
||||
(version "1.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "poetry-core" version))
|
||||
(sha256
|
||||
(base32 "0wgfc51dgymnfg23mvsxl4iqbdrppysxi4s3z3xhzx3cd9jmsl7z"))))
|
||||
(base32 "1ichii48zkywcnj8v3bcn9vk09v69jv6h65805w21hwz4hlcj593"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/python-poetry/poetry-core")
|
||||
(synopsis "Poetry PEP 517 build back-end")
|
||||
|
|
Loading…
Reference in a new issue