mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 20:59:31 -05:00
gnu: python-hy: Update to 0.26.0.
* gnu/packages/python-xyx.scm (python-hy): Update to 0.26.0. [propagated-inputs]: Remove PYTHON-COLORAMA. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
8a55f382db
commit
55ede56b38
1 changed files with 3 additions and 3 deletions
|
@ -15297,7 +15297,7 @@ (define-public python-rply
|
||||||
(define-public python-hy
|
(define-public python-hy
|
||||||
(package
|
(package
|
||||||
(name "python-hy")
|
(name "python-hy")
|
||||||
(version "0.25.0")
|
(version "0.26.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ; no tests in PyPI release
|
(method git-fetch) ; no tests in PyPI release
|
||||||
|
@ -15306,7 +15306,7 @@ (define-public python-hy
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1am6z9m0s9svysj0wrfz069rpvbqqimphqll3912q4bvdlz6vrjp"))))
|
(base32 "1czhh7s81sg0nrnf4zv0ydqi4f7s6sywf4ks4fd59vpx441ca39v"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -15323,7 +15323,7 @@ (define-public python-hy
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest-7.1 python-wheel))
|
(list python-pytest-7.1 python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-colorama python-funcparserlib))
|
(list python-funcparserlib))
|
||||||
(home-page "https://docs.hylang.org/en/stable/")
|
(home-page "https://docs.hylang.org/en/stable/")
|
||||||
(synopsis "Lisp frontend to Python")
|
(synopsis "Lisp frontend to Python")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue