From 75141b782acaea39a5bf2c044d7a4fe01e0c32ff Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Thu, 30 May 2024 15:36:18 +0200 Subject: gnu: eisl: Update to 3.90. * gnu/packages/lisp.scm (eisl): Update to 3.90. Change-Id: If4138a8c66c8c0cf54a391f1d75a76717cf26886 --- 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 ccc931c185..d4ad7fd495 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.") (define-public eisl (package (name "eisl") - (version "3.50") + (version "3.90") (source (origin (method git-fetch) @@ -637,7 +637,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 "18alxwpvkcjfm63bc5kp6nn8351fl0p0ccxc8j9a7nb3fmg4fvyb")))) + (base32 "1c4gy7ys6kk6hw4px8rdrw3nj81jm6cvhx0nnzi7jbbzhbapm3n1")))) (build-system gnu-build-system) (inputs (list bash-minimal freeglut gdbm libiconv ncurses tcl tk)) -- cgit v1.2.3