[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: eisl: Update to 4.00.
From: |
guix-commits |
Subject: |
03/03: gnu: eisl: Update to 4.00. |
Date: |
Thu, 4 Jul 2024 07:14:19 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit eeb24a50d2f1f78095bdb16b40ddb93bb51474bc
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Jul 4 09:34:20 2024 +0200
gnu: eisl: Update to 4.00.
* gnu/packages/lisp.scm (eisl): Update to 4.00.
Change-Id: I2fa69943c6f72cad61e65352de1e496241acb292
---
gnu/packages/lisp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index edcb7820ce..943fa6e5db 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -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))