mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-hy: Update to 0.17.0.
* gnu/packages/python-xyz.scm (python-hy): Update to 0.17.0. [propagated-inputs]: Add python-fastentrypoints and python-funcparserlib. Signed-off-by: Brett Gilio <brettg@gnu.org>
This commit is contained in:
parent
c5eb8cf844
commit
c215051dcf
1 changed files with 7 additions and 3 deletions
|
@ -8513,13 +8513,13 @@ with a new public API, and RPython support.")
|
||||||
(define-public python-hy
|
(define-public python-hy
|
||||||
(package
|
(package
|
||||||
(name "python-hy")
|
(name "python-hy")
|
||||||
(version "0.13.0")
|
(version "0.17.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "hy" version))
|
(uri (pypi-uri "hy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19sfymaksx9jhksfnb15ahid46mzrhdfzz6yy2craz2qnzvpmky8"))))
|
"1gdbqsirsdxj320wnp7my5awzs1kfs6m4fqmkzbd1zd47qzj0zfi"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -8538,7 +8538,11 @@ with a new public API, and RPython support.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-astor" ,python-astor)
|
`(("python-astor" ,python-astor)
|
||||||
("python-clint" ,python-clint)
|
("python-clint" ,python-clint)
|
||||||
("python-rply" ,python-rply)))
|
("python-rply" ,python-rply)
|
||||||
|
("python-fastentrypoints"
|
||||||
|
,python-fastentrypoints)
|
||||||
|
("python-funcparserlib"
|
||||||
|
,python-funcparserlib)))
|
||||||
(home-page "http://hylang.org/")
|
(home-page "http://hylang.org/")
|
||||||
(synopsis "Lisp frontend to Python")
|
(synopsis "Lisp frontend to Python")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue