summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2023-06-17 11:22:54 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2023-06-17 11:25:23 +0200
commit52f2980fa3feaf6e59b9e5144391faf8feb52a87 (patch)
tree5c2147cfb675c821106dbd92fd97a126fcf3b33b /gnu
parent546e7f362aa72168c10885dc2f68c9886a717c1a (diff)
downloadguix-52f2980fa3feaf6e59b9e5144391faf8feb52a87.tar.gz
gnu: eisl: Update to 3.00.
* gnu/packages/lisp.scm (eisl): Update to 3.00.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lisp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 7fa2edcb27..175617ad70 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1433,7 +1433,7 @@ executable Common Lisp image.  It is similar to cl-launch and hu.dwim.build.")
 (define-public eisl
   (package
     (name "eisl")
-    (version "2.72")
+    (version "3.00")
     (source
      (origin
        (method git-fetch)
@@ -1442,7 +1442,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 "12dc6b70dcfalyq3h5i7lmz39xh310k5p83x5q6j18knd6ql9ik9"))))
+        (base32 "0nppbzfdx4cjy72b4n0yk177i7063a0nhsrs9b1y45y4avbrbl00"))))
     (build-system gnu-build-system)
     (inputs
      (list bash-minimal freeglut gdbm libiconv ncurses tcl tk))