summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp.scm
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2024-05-30 15:36:18 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2024-06-07 09:35:40 +0200
commit75141b782acaea39a5bf2c044d7a4fe01e0c32ff (patch)
tree934099321929f76f5ba4debbcb8fac7bbd28c19b /gnu/packages/lisp.scm
parent2f6bc7696edc8425997c343dd59c4e8643ea5ee1 (diff)
gnu: eisl: Update to 3.90.
* gnu/packages/lisp.scm (eisl): Update to 3.90. Change-Id: If4138a8c66c8c0cf54a391f1d75a76717cf26886
Diffstat (limited to 'gnu/packages/lisp.scm')
-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 ccc931c185c..d4ad7fd4951 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -628,7 +628,7 @@ supporting ASDF, Sockets, Gray streams, MOP, and other useful components.")
628(define-public eisl 628(define-public eisl
629 (package 629 (package
630 (name "eisl") 630 (name "eisl")
631 (version "3.50") 631 (version "3.90")
632 (source 632 (source
633 (origin 633 (origin
634 (method git-fetch) 634 (method git-fetch)
@@ -637,7 +637,7 @@ supporting ASDF, Sockets, Gray streams, MOP, and other useful components.")
637 (commit (string-append "v" version)))) 637 (commit (string-append "v" version))))
638 (file-name (git-file-name name version)) 638 (file-name (git-file-name name version))
639 (sha256 639 (sha256
640 (base32 "18alxwpvkcjfm63bc5kp6nn8351fl0p0ccxc8j9a7nb3fmg4fvyb")))) 640 (base32 "1c4gy7ys6kk6hw4px8rdrw3nj81jm6cvhx0nnzi7jbbzhbapm3n1"))))
641 (build-system gnu-build-system) 641 (build-system gnu-build-system)
642 (inputs 642 (inputs
643 (list bash-minimal freeglut gdbm libiconv ncurses tcl tk)) 643 (list bash-minimal freeglut gdbm libiconv ncurses tcl tk))