guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: python-hy: Update to 0.17.0.


From: guix-commits
Subject: 03/03: gnu: python-hy: Update to 0.17.0.
Date: Wed, 25 Dec 2019 02:23:39 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit c215051dcf30b11c755aea4e2527b4d3d91c34bb
Author: Jesse Gibbons <address@hidden>
Date:   Wed Dec 25 01:23:09 2019 -0600

    gnu: python-hy: Update to 0.17.0.
    
    * gnu/packages/python-xyz.scm (python-hy): Update to 0.17.0.
    [propagated-inputs]: Add python-fastentrypoints and python-funcparserlib.
    
    Signed-off-by: Brett Gilio <address@hidden>
---
 gnu/packages/python-xyz.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0f682db..c06c219 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8513,13 +8513,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
@@ -8538,7 +8538,11 @@ 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]