me
/
guix
Archived
1
0
Fork 0

gnu: eisl: Update to 4.00.

* gnu/packages/lisp.scm (eisl): Update to 4.00.

Change-Id: I2fa69943c6f72cad61e65352de1e496241acb292
master
Guillaume Le Vaillant 2024-07-04 09:34:20 +02:00
parent 114d985a1c
commit eeb24a50d2
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -628,7 +628,7 @@ supporting ASDF, Sockets, Gray streams, MOP, and other useful components.")
(define-public eisl
(package
(name "eisl")
(version "3.90")
(version "4.00")
(source
(origin
(method git-fetch)
@ -637,7 +637,7 @@ supporting ASDF, Sockets, Gray streams, MOP, and other useful components.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1c4gy7ys6kk6hw4px8rdrw3nj81jm6cvhx0nnzi7jbbzhbapm3n1"))))
(base32 "0bksy893hvhxn308h3vfj4k0pb7ryizn74lmcswxdk7jmyfccdx1"))))
(build-system gnu-build-system)
(inputs
(list bash-minimal freeglut gdbm libiconv ncurses tcl tk))