diff options
author | Philip McGrath <philip@philipmcgrath.com> | 2024-06-17 11:00:09 -0400 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-07-09 17:09:46 +0300 |
commit | c472dfa7bb1622fb444e8a3228152b480e1b01a5 (patch) | |
tree | 844283d09cfe6a05398122f575b6ad521322ce38 /gnu/packages/racket.scm | |
parent | c6f4757ed2c78c63e642703805867caf5d0ab277 (diff) | |
download | guix-c472dfa7bb1622fb444e8a3228152b480e1b01a5.tar.gz guix-c472dfa7bb1622fb444e8a3228152b480e1b01a5.zip |
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>
Diffstat (limited to 'gnu/packages/racket.scm')
-rw-r--r-- | gnu/packages/racket.scm | 4 |
1 files 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")) |