summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip McGrath <philip@philipmcgrath.com>2025-05-20 19:40:05 -0400
committerHilton Chain <hako@ultrarare.space>2025-06-08 21:24:03 +0800
commit320502f6a8e31f4e4bef7034056617b9e3721378 (patch)
tree1853de8c41c10efccaeeb3b3e571cb24b08f8958
parent199fd26ab268d4f26cebcb39e844fe4ff9bea9bc (diff)
gnu: zuo: Update to 1.12.
* gnu/packages/racket.scm (zuo): Update to 1.12. Change-Id: Id87342267979db46955650907e10397bff8ffb44 Signed-off-by: Hilton Chain <hako@ultrarare.space>
-rw-r--r--gnu/packages/racket.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/racket.scm b/gnu/packages/racket.scm
index 5262f7277f..dc949885a9 100644
--- a/gnu/packages/racket.scm
+++ b/gnu/packages/racket.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2013-2016, 2018, 2020-2022 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz>
-;;; Copyright © 2021-2024 Philip McGrath <philip@philipmcgrath.com>
+;;; Copyright © 2021-2025 Philip McGrath <philip@philipmcgrath.com>
;;; Copyright © 2021 jgart <jgart@dismail.de>
;;;
;;; This file is part of GNU Guix.
@@ -243,7 +243,7 @@
(define-public zuo
(package
(name "zuo")
- (version "1.10") ; defined in racket/src/zuo/zuo.c or the following
+ (version "1.12") ; 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 "007bjbhxbw3dq75klaa6f6ljhri2qxi43q6n74wyy50vr9yhx4s1"))
+ (base32 "053zn230v4bgfrf7clrqcp5d614fh4sv00hr5qw3vdvnl006shh5"))
(file-name (git-file-name name version))
(patches (search-patches "zuo-bin-sh.patch"))))
(outputs '("out" "debug"))