gnu: eisl: Update to 5.36.

* gnu/packages/lisp.scm (eisl): Update to 5.36.

Change-Id: I4abd9282b5e7bf2131f4c8c544eee8103246faf2
This commit is contained in:
Guillaume Le Vaillant 2024-09-30 13:20:17 +02:00
parent d5b92a3085
commit d725e05fcd
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -711,7 +711,7 @@ supporting ASDF, Sockets, Gray streams, MOP, and other useful components.")
(define-public eisl (define-public eisl
(package (package
(name "eisl") (name "eisl")
(version "4.00") (version "5.36")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -720,7 +720,7 @@ supporting ASDF, Sockets, Gray streams, MOP, and other useful components.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0bksy893hvhxn308h3vfj4k0pb7ryizn74lmcswxdk7jmyfccdx1")))) (base32 "1i3gnfccds4g1pknns8jqmjy3x48jys3k2hs4lnd7wq4i5k2ihg7"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list bash-minimal freeglut gdbm libiconv ncurses tcl tk)) (list bash-minimal freeglut gdbm libiconv ncurses tcl tk))