mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: eisl: Update to 2.65.
* gnu/packages/lisp.scm (eisl): Update to 2.65. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
7a1f1a48cb
commit
ad4bb682d3
1 changed files with 2 additions and 2 deletions
|
@ -1420,7 +1420,7 @@ (define-public buildapp
|
||||||
(define-public eisl
|
(define-public eisl
|
||||||
(package
|
(package
|
||||||
(name "eisl")
|
(name "eisl")
|
||||||
(version "2.63")
|
(version "2.65")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1429,7 +1429,7 @@ (define-public eisl
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "01fwffk71c1cvq7pf50xwpl2a32rbghcymllg67wvm07yfw3gi0q"))))
|
(base32 "1cnis1v70k4wmvw1gmvj3l9qajzncaa9ka8rx67vx12bgrr0811g"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal freeglut gdbm libiconv ncurses tcl tk))
|
(list bash-minimal freeglut gdbm libiconv ncurses tcl tk))
|
||||||
|
|
Loading…
Reference in a new issue