mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ executable Common Lisp image. It is similar to cl-launch and hu.dwim.build.")
|
||||||
(define-public eisl
|
(define-public eisl
|
||||||
(package
|
(package
|
||||||
(name "eisl")
|
(name "eisl")
|
||||||
(version "2.62")
|
(version "2.63")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1368,7 +1368,7 @@ executable Common Lisp image. It is similar to cl-launch and hu.dwim.build.")
|
||||||
(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 "0yqzj64h9z4dlf2jz5chy6l6lggd4scgsd06crvfi9h1j1cxjvgi"))))
|
(base32 "01fwffk71c1cvq7pf50xwpl2a32rbghcymllg67wvm07yfw3gi0q"))))
|
||||||
(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…
Add table
Add a link
Reference in a new issue