guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: s7: Update to 24.1-0.23a64fa.


From: guix-commits
Subject: branch master updated: gnu: s7: Update to 24.1-0.23a64fa.
Date: Thu, 25 Jan 2024 06:03:10 -0500

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5111915e6a gnu: s7: Update to 24.1-0.23a64fa.
5111915e6a is described below

commit 5111915e6afeb507a73a6ebe60e3fef754a3016a
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Thu Jan 25 12:01:52 2024 +0100

    gnu: s7: Update to 24.1-0.23a64fa.
    
    * gnu/packages/lisp.scm (s7-bootstrap): Update to 24.1-0.23a64fa.
    
    Change-Id: I5853c2f4bb7f2f8c9c34fd8f3d358d94d287d14b
---
 gnu/packages/lisp.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 4f89779d8d..8e614b7d90 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1488,12 +1488,12 @@ includes a compiler as well as an interpreter.")
 
 (define-public s7-bootstrap
   ;; Need s7-bootstrap to build libc_s7.so (for the REPL) and run tests
-  (let ((commit "618de30e0f9851515724245e3ebbfa1be4de6906") ;no releases
+  (let ((commit "23a64facfac06c4bc23a7de8f04691c55f88bd40") ;no releases
         (revision "0"))
     (hidden-package
      (package
        (name "s7-bootstrap")
-       (version (git-version "23.3" revision commit))
+       (version (git-version "24.1" revision commit))
        (source (origin
                  (method git-fetch)
                  (uri (git-reference
@@ -1502,7 +1502,7 @@ includes a compiler as well as an interpreter.")
                  (file-name (git-file-name name version))
                  (sha256
                   (base32
-                   "0kh1f49g24ppjpr16v1nc9lr7pvr5nzb82bpw8c6q8ll7pqalqaf"))))
+                   "0fiw8lb7rswglixvn271la2q2hgwszrf2ckykhr6jjxdvmb9a7d0"))))
        (build-system gnu-build-system)
        (arguments
         (list #:tests? #f ;no tests in bootstrap



reply via email to

[Prev in Thread] Current Thread [Next in Thread]