[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch lisp-team updated: gnu: sbcl: Downgrade to 2.3.7.
From: |
guix-commits |
Subject: |
branch lisp-team updated: gnu: sbcl: Downgrade to 2.3.7. |
Date: |
Tue, 12 Sep 2023 10:59:29 -0400 |
This is an automated email from the git hooks/post-receive script.
glv pushed a commit to branch lisp-team
in repository guix.
The following commit(s) were added to refs/heads/lisp-team by this push:
new 5c7db8406a gnu: sbcl: Downgrade to 2.3.7.
5c7db8406a is described below
commit 5c7db8406adc336bf93d9329d9cb988b782536cb
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Sep 12 14:48:50 2023 +0200
gnu: sbcl: Downgrade to 2.3.7.
Version 2.3.8 doesn't build on riscv64, so let's use version 2.3.7 for now.
* gnu/packages/lisp.scm (sbcl): Downgrade to 2.3.7.
---
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 c0e5b3eecb..5303874ff0 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -438,14 +438,14 @@ an interpreter, a compiler, a debugger, and much more.")
(define-public sbcl
(package
(name "sbcl")
- (version "2.3.8")
+ (version "2.3.7")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
version "-source.tar.bz2"))
(sha256
- (base32 "0a8dranh15gsbq51ssnvccl91mzqmgs5xsmwisz5hvlimjr725a2"))
+ (base32 "1xwr1pnwd3xj375ainlad7mm479rk2mrks8dc6d92cash3xl90b9"))
(modules '((guix build utils)))
(snippet
'(begin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch lisp-team updated: gnu: sbcl: Downgrade to 2.3.7.,
guix-commits <=