gnu: python-poetry-core: Update to 1.0.2.
* gnu/packages/python-build.scm (python-poetry-core): Update to 1.0.2. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
3eeb7dbf04
commit
014fa5cc6b
1 changed files with 2 additions and 2 deletions
|
@ -142,13 +142,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.0")
|
(version "1.0.2")
|
||||||
(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 "1mgv276h1iphn5fqhp2sgkgd5d0c39hs33vgaf157x5ri7rlyrka"))))
|
(base32 "0wgfc51dgymnfg23mvsxl4iqbdrppysxi4s3z3xhzx3cd9jmsl7z"))))
|
||||||
(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")
|
||||||
|
|
Reference in a new issue