diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-10-19 01:37:28 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-10-19 01:37:52 +0200 |
commit | ad3c61fcd3d6e2e3eab41aae642467f5eaf64b57 (patch) | |
tree | 7c5c7b7fee02cdb207f30c995635bd5adaa75a63 /gnu | |
parent | 909f02dd7093121c2ae7f25e8378df82e5d88f46 (diff) |
gnu: python-hy: Update to 0.13.0.
* gnu/packages/python.scm (python-hy): Update to 0.13.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 46df5eaca8..0684090c3d 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -9713,13 +9713,13 @@ with a new public API, and RPython support.") (define-public python-hy (package (name "python-hy") - (version "0.11.1") + (version "0.13.0") (source (origin (method url-fetch) (uri (pypi-uri "hy" version)) (sha256 (base32 - "1msqv747iz12r73mz4qvsmlwkddwjvrahlrk7ysrcz07h7dsscxs")))) + "19sfymaksx9jhksfnb15ahid46mzrhdfzz6yy2craz2qnzvpmky8")))) (build-system python-build-system) (arguments '(#:phases |