mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: chibi-scheme: Update to 0.10.
* gnu/packages/scheme.scm (chibi-scheme): Update to 0.10.
This commit is contained in:
parent
c5881ff1f3
commit
713659f449
1 changed files with 2 additions and 3 deletions
|
@ -444,7 +444,7 @@ (define-public gambit-c
|
|||
(define-public chibi-scheme
|
||||
(package
|
||||
(name "chibi-scheme")
|
||||
(version "0.9")
|
||||
(version "0.10")
|
||||
(home-page "https://github.com/ashinn/chibi-scheme")
|
||||
(source
|
||||
(origin
|
||||
|
@ -452,8 +452,7 @@ (define-public chibi-scheme
|
|||
(uri (git-reference (url home-page) (commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lnap41gl9vg82h557f4rlr69jgmd2gh0iqs6cxm77d39kv1scb8"))))
|
||||
(base32 "0yhmj0lws3r3bl4ivs31dhlzxqc7f0dinixi904mraz1fmrg3w7f"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue