[PATCH] gnu: s7: Update to commit 618de30

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 1 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
7c917cd445d9d2e814d9bb5854db052178d8bbb9.1704594694.git.atai@atai.org
* gnu/packages/lisp.scm (s7): Update to commit 618de30

Change-Id: I34d92b77a4e8de84f18de0ce7af984928e338282
---
gnu/packages/lisp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 4a895984e7..e89e02e1e4 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1485,7 +1485,7 @@ (define-public eisl
(define-public s7-bootstrap
;; Need s7-bootstrap to build libc_s7.so (for the REPL) and run tests
- (let ((commit "a5b4bb49f8bcd7c33ae2366065fc8c254b734460") ;no releases
+ (let ((commit "618de30e0f9851515724245e3ebbfa1be4de6906") ;no releases
(revision "0"))
(hidden-package
(package
@@ -1499,7 +1499,7 @@ (define-public s7-bootstrap
(file-name (git-file-name name version))
(sha256
(base32
- "03n1axdlypzmbgzrhlwfqwa1xiw36hi25j2hwc7vw77mz90cd9f8"))))
+ "0kh1f49g24ppjpr16v1nc9lr7pvr5nzb82bpw8c6q8ll7pqalqaf"))))
(build-system gnu-build-system)
(arguments
(list #:tests? #f ;no tests in bootstrap

base-commit: 157ad70182ade608203e9c0a42fb45b022039698
--
2.41.0
Mathieu Othacehe wrote 1 years ago
(name . Andy Tai)(address . atai@atai.org)
87bk9xrnyh.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/lisp.scm (s7): Update to commit 618de30

Applied, thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 68299@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68299
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help