gnu: eisl: Update to 3.50.
* gnu/packages/lisp.scm (eisl): Update to 3.50. Change-Id: Iecefae965ab5a4f8a6d7e5cff2c9d2c2a02668ac
parent
1da091366a
commit
9b42568da6
|
@ -1439,7 +1439,7 @@ executable Common Lisp image. It is similar to cl-launch and hu.dwim.build.")
|
|||
(define-public eisl
|
||||
(package
|
||||
(name "eisl")
|
||||
(version "3.00")
|
||||
(version "3.50")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1448,7 +1448,7 @@ executable Common Lisp image. It is similar to cl-launch and hu.dwim.build.")
|
|||
(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))
|
||||
|
|
Reference in New Issue