summaryrefslogtreecommitdiff
path: root/gnu
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 /gnu
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>
Diffstat (limited to 'gnu')
-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 5262f7277fb..dc949885a93 100644
--- a/gnu/packages/racket.scm
+++ b/gnu/packages/racket.scm
@@ -2,7 +2,7 @@
2;;; Copyright © 2013-2016, 2018, 2020-2022 Ludovic Courtès <ludo@gnu.org> 2;;; Copyright © 2013-2016, 2018, 2020-2022 Ludovic Courtès <ludo@gnu.org>
3;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> 3;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
4;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz> 4;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz>
5;;; Copyright © 2021-2024 Philip McGrath <philip@philipmcgrath.com> 5;;; Copyright © 2021-2025 Philip McGrath <philip@philipmcgrath.com>
6;;; Copyright © 2021 jgart <jgart@dismail.de> 6;;; Copyright © 2021 jgart <jgart@dismail.de>
7;;; 7;;;
8;;; This file is part of GNU Guix. 8;;; This file is part of GNU Guix.
@@ -243,7 +243,7 @@
243(define-public zuo 243(define-public zuo
244 (package 244 (package
245 (name "zuo") 245 (name "zuo")
246 (version "1.10") ; defined in racket/src/zuo/zuo.c or the following 246 (version "1.12") ; defined in racket/src/zuo/zuo.c or the following
247 #;(displayln (~a (hash-ref (runtime-env) 'version) "." 247 #;(displayln (~a (hash-ref (runtime-env) 'version) "."
248 (hash-ref (runtime-env) 'minor-version))) 248 (hash-ref (runtime-env) 'minor-version)))
249 (source (origin 249 (source (origin
@@ -252,7 +252,7 @@
252 (url "https://github.com/racket/zuo") 252 (url "https://github.com/racket/zuo")
253 (commit (string-append "v" version)))) 253 (commit (string-append "v" version))))
254 (sha256 254 (sha256
255 (base32 "007bjbhxbw3dq75klaa6f6ljhri2qxi43q6n74wyy50vr9yhx4s1")) 255 (base32 "053zn230v4bgfrf7clrqcp5d614fh4sv00hr5qw3vdvnl006shh5"))
256 (file-name (git-file-name name version)) 256 (file-name (git-file-name name version))
257 (patches (search-patches "zuo-bin-sh.patch")))) 257 (patches (search-patches "zuo-bin-sh.patch"))))
258 (outputs '("out" "debug")) 258 (outputs '("out" "debug"))