guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: chez-scheme: Update to 9.5.8.


From: guix-commits
Subject: 03/10: gnu: chez-scheme: Update to 9.5.8.
Date: Thu, 12 May 2022 06:30:29 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e9ac2a8f4bb4d275ea68b3611834b82259cfceac
Author: Philip McGrath <philip@philipmcgrath.com>
AuthorDate: Mon May 9 02:02:44 2022 -0400

    gnu: chez-scheme: Update to 9.5.8.
    
    * gnu/packages/chez.scm (chez-scheme): Update to 9.5.8.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/chez.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index a7f75a731a..34545b1f58 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -210,7 +210,7 @@ If native threads are supported, the returned list will 
include
     (name "chez-scheme")
     ;; The version should match `(scheme-version-number)`.
     ;; See s/cmacros.ss c. line 360.
-    (version "9.5.6")
+    (version "9.5.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -218,7 +218,7 @@ If native threads are supported, the returned list will 
include
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "07s433hn1z2slfc026sidrpzxv3a8narcd40qqr1xrpb9012xdky"))
+                "0xchqq8cm0ka5wgpn18sjs0hh15rc3nb7xrjqbbc9al3asq0d7gc"))
               (file-name (git-file-name name version))
               (snippet #~(begin
                            (use-modules (guix build utils))



reply via email to

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