me
/
guix
Archived
1
0
Fork 0

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>
Philip McGrath 2024-06-17 11:00:09 -04:00 committed by Efraim Flashner
parent c6f4757ed2
commit c472dfa7bb
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -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"))