gnu: eisl: Update to 3.50.

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

Change-Id: Iecefae965ab5a4f8a6d7e5cff2c9d2c2a02668ac
This commit is contained in:
Guillaume Le Vaillant 2023-10-25 11:05:59 +02:00
parent 1da091366a
commit 9b42568da6
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1439,7 +1439,7 @@ (define-public buildapp
(define-public eisl
(package
(name "eisl")
(version "3.00")
(version "3.50")
(source
(origin
(method git-fetch)
@ -1448,7 +1448,7 @@ (define-public eisl
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0nppbzfdx4cjy72b4n0yk177i7063a0nhsrs9b1y45y4avbrbl00"))))
(base32 "18alxwpvkcjfm63bc5kp6nn8351fl0p0ccxc8j9a7nb3fmg4fvyb"))))
(build-system gnu-build-system)
(inputs
(list bash-minimal freeglut gdbm libiconv ncurses tcl tk))