gnu: eisl: Update to 2.63.

* gnu/packages/lisp.scm (eisl): Update to 2.63.
This commit is contained in:
Guillaume Le Vaillant 2022-09-18 14:19:38 +02:00
parent 7934b12ca5
commit 5a930bbffc
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1359,7 +1359,7 @@ (define-public buildapp
(define-public eisl
(package
(name "eisl")
(version "2.62")
(version "2.63")
(source
(origin
(method git-fetch)
@ -1368,7 +1368,7 @@ (define-public eisl
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0yqzj64h9z4dlf2jz5chy6l6lggd4scgsd06crvfi9h1j1cxjvgi"))))
(base32 "01fwffk71c1cvq7pf50xwpl2a32rbghcymllg67wvm07yfw3gi0q"))))
(build-system gnu-build-system)
(inputs
(list bash-minimal freeglut gdbm libiconv ncurses tcl tk))