mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: eisl: Update to 3.00.
* gnu/packages/lisp.scm (eisl): Update to 3.00.
This commit is contained in:
parent
546e7f362a
commit
52f2980fa3
1 changed files with 2 additions and 2 deletions
|
@ -1433,7 +1433,7 @@ (define-public buildapp
|
|||
(define-public eisl
|
||||
(package
|
||||
(name "eisl")
|
||||
(version "2.72")
|
||||
(version "3.00")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1442,7 +1442,7 @@ (define-public eisl
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "12dc6b70dcfalyq3h5i7lmz39xh310k5p83x5q6j18knd6ql9ik9"))))
|
||||
(base32 "0nppbzfdx4cjy72b4n0yk177i7063a0nhsrs9b1y45y4avbrbl00"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list bash-minimal freeglut gdbm libiconv ncurses tcl tk))
|
||||
|
|
Loading…
Reference in a new issue