[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: eisl: Update to 3.50.
From: |
guix-commits |
Subject: |
02/03: gnu: eisl: Update to 3.50. |
Date: |
Wed, 25 Oct 2023 05:30:49 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit 9b42568da66cbc2d0d5de383c2cc5f28cd50620f
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Oct 25 11:05:59 2023 +0200
gnu: eisl: Update to 3.50.
* gnu/packages/lisp.scm (eisl): Update to 3.50.
Change-Id: Iecefae965ab5a4f8a6d7e5cff2c9d2c2a02668ac
---
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 c54a9b4b3a..15004f449e 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1439,7 +1439,7 @@ executable Common Lisp image. It is similar to cl-launch
and hu.dwim.build.")
(define-public eisl
(package
(name "eisl")
- (version "3.00")
+ (version "3.50")
(source
(origin
(method git-fetch)
@@ -1448,7 +1448,7 @@ executable Common Lisp image. It is similar to cl-launch
and hu.dwim.build.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0nppbzfdx4cjy72b4n0yk177i7063a0nhsrs9b1y45y4avbrbl00"))))
+ (base32 "18alxwpvkcjfm63bc5kp6nn8351fl0p0ccxc8j9a7nb3fmg4fvyb"))))
(build-system gnu-build-system)
(inputs
(list bash-minimal freeglut gdbm libiconv ncurses tcl tk))