guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: femtolisp: Update to 0.0.0-2.


From: guix-commits
Subject: 01/01: gnu: femtolisp: Update to 0.0.0-2.
Date: Fri, 3 Jan 2020 19:34:18 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 1074ec1dd7c718e5a66e6e555248c3a1c271d46f
Author: Brett Gilio <address@hidden>
Date:   Fri Jan 3 18:33:40 2020 -0600

    gnu: femtolisp: Update to 0.0.0-2.
    
    * gnu/packages/scheme.scm (femtolisp): Update to 0.0.0-2. This commit 
revision
      patches several bugs.
---
 gnu/packages/scheme.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index cc0bfff..16b4e82 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -948,8 +948,8 @@ generation.")
       (license gpl2+))))
 
 (define-public femtolisp
-  (let ((commit "68c5b1225572ecf2c52baf62f928063e5a30511b")
-        (revision "1"))
+  (let ((commit "ec7601076a976f845bc05ad6bd3ed5b8cde58a97")
+        (revision "2"))
     (package
       (name "femtolisp")
       (version (string-append "0.0.0-" revision "." (string-take commit 7)))
@@ -961,7 +961,7 @@ generation.")
                 (file-name (string-append name "-" version "-checkout"))
                 (sha256
                  (base32
-                  "04rnwllxnl86zw8c6pwxznn49bvkvh0f1lfliy085vjzvlq3rgja"))))
+                  "1fcyiqlqn27nd4wxi27km8mhmlzpzzsxzpwsl1bxbmhraq468njw"))))
       ;; See "utils.h" for supported systems. Upstream bug:
       ;; https://github.com/JeffBezanson/femtolisp/issues/25
       (supported-systems



reply via email to

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