guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: eisl: Update to 2.63.


From: guix-commits
Subject: 01/02: gnu: eisl: Update to 2.63.
Date: Sun, 18 Sep 2022 12:53:25 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 5a930bbffc48435b177a6f95b99d593d17205886
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sun Sep 18 14:19:38 2022 +0200

    gnu: eisl: Update to 2.63.
    
    * gnu/packages/lisp.scm (eisl): Update to 2.63.
---
 gnu/packages/lisp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 77706c88ae..5ed53eccc1 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1359,7 +1359,7 @@ executable Common Lisp image.  It is similar to cl-launch 
and hu.dwim.build.")
 (define-public eisl
   (package
     (name "eisl")
-    (version "2.62")
+    (version "2.63")
     (source
      (origin
        (method git-fetch)
@@ -1368,7 +1368,7 @@ executable Common Lisp image.  It is similar to cl-launch 
and hu.dwim.build.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0yqzj64h9z4dlf2jz5chy6l6lggd4scgsd06crvfi9h1j1cxjvgi"))))
+        (base32 "01fwffk71c1cvq7pf50xwpl2a32rbghcymllg67wvm07yfw3gi0q"))))
     (build-system gnu-build-system)
     (inputs
      (list bash-minimal freeglut gdbm libiconv ncurses tcl tk))



reply via email to

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