guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: zuo: Update to 1.10.


From: guix-commits
Subject: 01/04: gnu: zuo: Update to 1.10.
Date: Tue, 9 Jul 2024 10:11:52 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit c472dfa7bb1622fb444e8a3228152b480e1b01a5
Author: Philip McGrath <philip@philipmcgrath.com>
AuthorDate: Mon Jun 17 11:00:09 2024 -0400

    gnu: zuo: Update to 1.10.
    
    * gnu/packages/racket.scm (zuo): Update to 1.10.
    
    Change-Id: I082129143b77d34236e32e5cd4f4aac3275d4bca
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/racket.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/racket.scm b/gnu/packages/racket.scm
index 2b20353159..ab9687ca88 100644
--- a/gnu/packages/racket.scm
+++ b/gnu/packages/racket.scm
@@ -243,7 +243,7 @@
 (define-public zuo
   (package
     (name "zuo")
-    (version "1.9") ; defined in racket/src/zuo/zuo.c or the following
+    (version "1.10") ; defined in racket/src/zuo/zuo.c or the following
     #;(displayln (~a (hash-ref (runtime-env) 'version) "."
                      (hash-ref (runtime-env) 'minor-version)))
     (source (origin
@@ -252,7 +252,7 @@
                     (url "https://github.com/racket/zuo";)
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "0zasir33nx1qi1ciz9dn6h8k39i443lr6apw5d1i6mjmhpzxmdhp"))
+               (base32 "007bjbhxbw3dq75klaa6f6ljhri2qxi43q6n74wyy50vr9yhx4s1"))
               (file-name (git-file-name name version))
               (patches (search-patches "zuo-bin-sh.patch"))))
     (outputs '("out" "debug"))



reply via email to

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