From 13ac60ca6f9037b9a49a76d2e1bd4b232be36106 Mon Sep 17 00:00:00 2001 From: Jesse Gibbons Date: Mon, 9 Dec 2019 18:58:37 -0700 Subject: [PATCH 3/5] gnu: python-hy: Update to 0.17.0 * gnu/packages/python-xyz.scm (python-hy): Update to 0.17.0 [inputs]: Add python-fastentrypoints. [inputs]: Add python-funcparserlib. --- gnu/packages/python-xyz.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2161caa2c5..6bee2fdd37 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8600,13 +8600,13 @@ with a new public API, and RPython support.") (define-public python-hy (package (name "python-hy") - (version "0.13.0") + (version "0.17.0") (source (origin (method url-fetch) (uri (pypi-uri "hy" version)) (sha256 (base32 - "19sfymaksx9jhksfnb15ahid46mzrhdfzz6yy2craz2qnzvpmky8")))) + "1gdbqsirsdxj320wnp7my5awzs1kfs6m4fqmkzbd1zd47qzj0zfi")))) (build-system python-build-system) (arguments '(#:phases @@ -8625,7 +8625,9 @@ with a new public API, and RPython support.") (propagated-inputs `(("python-astor" ,python-astor) ("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/") (synopsis "Lisp frontend to Python") (description -- 2.24.0