[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/11: gnu: eisl: Update to 3.90.
From: |
guix-commits |
Subject: |
05/11: gnu: eisl: Update to 3.90. |
Date: |
Fri, 7 Jun 2024 03:59:33 -0400 (EDT) |
glv pushed a commit to branch lisp-team
in repository guix.
commit 75141b782acaea39a5bf2c044d7a4fe01e0c32ff
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu May 30 15:36:18 2024 +0200
gnu: eisl: Update to 3.90.
* gnu/packages/lisp.scm (eisl): Update to 3.90.
Change-Id: If4138a8c66c8c0cf54a391f1d75a76717cf26886
---
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 ccc931c185..d4ad7fd495 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.50")
+ (version "3.90")
(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 "18alxwpvkcjfm63bc5kp6nn8351fl0p0ccxc8j9a7nb3fmg4fvyb"))))
+ (base32 "1c4gy7ys6kk6hw4px8rdrw3nj81jm6cvhx0nnzi7jbbzhbapm3n1"))))
(build-system gnu-build-system)
(inputs
(list bash-minimal freeglut gdbm libiconv ncurses tcl tk))
- branch lisp-team created (now 5abf9c0c6b), guix-commits, 2024/06/07
- 01/11: gnu: cl-asdf: Update to 3.3.7., guix-commits, 2024/06/07
- 02/11: gnu: sbcl: Update to 2.4.5., guix-commits, 2024/06/07
- 05/11: gnu: eisl: Update to 3.90.,
guix-commits <=
- 08/11: gnu: cl-maxpc: Disable tests., guix-commits, 2024/06/07
- 06/11: gnu: cl-fset: Update to 1.3.3-1.a75a4ec., guix-commits, 2024/06/07
- 04/11: gnu: lisp: Sort packages., guix-commits, 2024/06/07
- 11/11: gnu: cl-fast-generic-functions: Fix build with sbcl >= 2.4.0., guix-commits, 2024/06/07
- 09/11: gnu: cl-specialization-store: Disable tests., guix-commits, 2024/06/07
- 07/11: gnu: cl-cl-gobject-introspection: Update to 0.3-4.4908a84., guix-commits, 2024/06/07
- 03/11: gnu: ecl: Update to 24.5.10., guix-commits, 2024/06/07
- 10/11: gnu: cl-schemeish: Update to 0.0.1-2.872ea3d., guix-commits, 2024/06/07