guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: eisl: Update to 5.36.


From: guix-commits
Subject: 02/05: gnu: eisl: Update to 5.36.
Date: Thu, 21 Nov 2024 11:15:57 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit d725e05fcde0853376baeebd7b5c86d7a13a5604
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Sep 30 13:20:17 2024 +0200

    gnu: eisl: Update to 5.36.
    
    * gnu/packages/lisp.scm (eisl): Update to 5.36.
    
    Change-Id: I4abd9282b5e7bf2131f4c8c544eee8103246faf2
---
 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 cac3896e74..543fbfc93e 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -711,7 +711,7 @@ supporting ASDF, Sockets, Gray streams, MOP, and other 
useful components.")
 (define-public eisl
   (package
     (name "eisl")
-    (version "4.00")
+    (version "5.36")
     (source
      (origin
        (method git-fetch)
@@ -720,7 +720,7 @@ supporting ASDF, Sockets, Gray streams, MOP, and other 
useful components.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0bksy893hvhxn308h3vfj4k0pb7ryizn74lmcswxdk7jmyfccdx1"))))
+        (base32 "1i3gnfccds4g1pknns8jqmjy3x48jys3k2hs4lnd7wq4i5k2ihg7"))))
     (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]