aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2024-12-05 19:17:02 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2024-12-05 19:18:12 +0100
commit704128d4ed316140eede55c492d2fa3b6d7a63a0 (patch)
tree3776828726befe6afd08b834ac6d40f4590a0ae7 /gnu
parent3764e8c4bd23413d3008b751e61fd3f2a75a2283 (diff)
downloadguix-704128d4ed316140eede55c492d2fa3b6d7a63a0.tar.gz
guix-704128d4ed316140eede55c492d2fa3b6d7a63a0.zip
gnu: eisl: Update to 5.38.
* gnu/packages/lisp.scm (eisl): Update to 5.38. Change-Id: I115706d2b06bed71a24cf2c1ab1f5c1bf2e88284
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lisp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 543fbfc93e..d2e80faf11 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -711,7 +711,7 @@ supporting ASDF, Sockets, Gray streams, MOP, and other useful components.")
(define-public eisl
(package
(name "eisl")
- (version "5.36")
+ (version "5.38")
(source
(origin
(method git-fetch)
@@ -720,7 +720,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 "1i3gnfccds4g1pknns8jqmjy3x48jys3k2hs4lnd7wq4i5k2ihg7"))))
+ (base32 "0zrlsg77azlhm01djfqxglipqnz67r4h092f86rvvvhr332y2902"))))
(build-system gnu-build-system)
(inputs
(list bash-minimal freeglut gdbm libiconv ncurses tcl tk))