[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: eisl: Update to 3.00.
From: |
guix-commits |
Subject: |
05/05: gnu: eisl: Update to 3.00. |
Date: |
Sat, 17 Jun 2023 05:26:36 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit 52f2980fa3feaf6e59b9e5144391faf8feb52a87
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Jun 17 11:22:54 2023 +0200
gnu: eisl: Update to 3.00.
* gnu/packages/lisp.scm (eisl): Update to 3.00.
---
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 7fa2edcb27..175617ad70 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1433,7 +1433,7 @@ executable Common Lisp image. It is similar to cl-launch
and hu.dwim.build.")
(define-public eisl
(package
(name "eisl")
- (version "2.72")
+ (version "3.00")
(source
(origin
(method git-fetch)
@@ -1442,7 +1442,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 "12dc6b70dcfalyq3h5i7lmz39xh310k5p83x5q6j18knd6ql9ik9"))))
+ (base32 "0nppbzfdx4cjy72b4n0yk177i7063a0nhsrs9b1y45y4avbrbl00"))))
(build-system gnu-build-system)
(inputs
(list bash-minimal freeglut gdbm libiconv ncurses tcl tk))