diff mbox series

[bug#71203,1/3] gnu: zuo: Update to 1.10.

Message ID 282a223ded8027a56830130cbe182c440d7073a8.1716692931.git.philip@philipmcgrath.com
State New
Headers show
Series gnu: racket: Update to 8.13. | expand

Commit Message

Philip McGrath May 26, 2024, 3:18 a.m. UTC
* gnu/packages/racket.scm (zuo): Update to 1.10.

Change-Id: I082129143b77d34236e32e5cd4f4aac3275d4bca
---
 gnu/packages/racket.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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 %racket-origin
 (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 @@  (define-public zuo
                     (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"))