mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: eisl: Update to 2.63.
* gnu/packages/lisp.scm (eisl): Update to 2.63.
This commit is contained in:
parent
7934b12ca5
commit
5a930bbffc
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue