From eeb24a50d2f1f78095bdb16b40ddb93bb51474bc Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Thu, 4 Jul 2024 09:34:20 +0200 Subject: gnu: eisl: Update to 4.00. * gnu/packages/lisp.scm (eisl): Update to 4.00. Change-Id: I2fa69943c6f72cad61e65352de1e496241acb292 --- 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 edcb7820ce..943fa6e5db 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.90") + (version "4.00") (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 "1c4gy7ys6kk6hw4px8rdrw3nj81jm6cvhx0nnzi7jbbzhbapm3n1")))) + (base32 "0bksy893hvhxn308h3vfj4k0pb7ryizn74lmcswxdk7jmyfccdx1")))) (build-system gnu-build-system) (inputs (list bash-minimal freeglut gdbm libiconv ncurses tcl tk)) -- cgit v1.2.3