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:
Jack Hill 2023-03-16 18:24:22 -04:00 committed by Nicolas Goaziou
parent f01d876c06
commit bd11fe792b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -15299,7 +15299,7 @@ (define-public python-rply
(define-public python-hy
(package
(name "python-hy")
(version "0.25.0")
(version "0.26.0")
(source
(origin
(method git-fetch) ; no tests in PyPI release
@ -15308,7 +15308,7 @@ (define-public python-hy
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1am6z9m0s9svysj0wrfz069rpvbqqimphqll3912q4bvdlz6vrjp"))))
(base32 "1czhh7s81sg0nrnf4zv0ydqi4f7s6sywf4ks4fd59vpx441ca39v"))))
(build-system python-build-system)
(arguments
'(#:phases
@ -15325,7 +15325,7 @@ (define-public python-hy
(native-inputs
(list python-pytest-7.1 python-wheel))
(propagated-inputs
(list python-colorama python-funcparserlib))
(list python-funcparserlib))
(home-page "https://docs.hylang.org/en/stable/")
(synopsis "Lisp frontend to Python")
(description