gnu: python-hy: Update to 0.13.0.
* gnu/packages/python.scm (python-hy): Update to 0.13.0.
This commit is contained in:
parent
909f02dd70
commit
ad3c61fcd3
|
@ -9713,13 +9713,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.11.1")
|
(version "0.13.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
|
||||||
"1msqv747iz12r73mz4qvsmlwkddwjvrahlrk7ysrcz07h7dsscxs"))))
|
"19sfymaksx9jhksfnb15ahid46mzrhdfzz6yy2craz2qnzvpmky8"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in New Issue