mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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>
This commit is contained in:
parent
c6f4757ed2
commit
c472dfa7bb
1 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue