mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: chibi-scheme: Update to 0.9.
* gnu/packages/scheme.scm (chibi-scheme): Update to 0.9.
This commit is contained in:
parent
b00a1f2d09
commit
937e1ed1a1
1 changed files with 3 additions and 2 deletions
|
@ -12,6 +12,7 @@
|
|||
;;; Copyright © 2018 Adam Massmann <massmannak@gmail.com>
|
||||
;;; Copyright © 2018 Gabriel Hondet <gabrielhondet@gmail.com>
|
||||
;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz>
|
||||
;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -597,7 +598,7 @@ mixed.")
|
|||
(define-public chibi-scheme
|
||||
(package
|
||||
(name "chibi-scheme")
|
||||
(version "0.8")
|
||||
(version "0.9")
|
||||
(home-page "https://github.com/ashinn/chibi-scheme")
|
||||
(source
|
||||
(origin
|
||||
|
@ -606,7 +607,7 @@ mixed.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0269d5fhaz7nqjb41vh7yz63mp5s4z08fn4sspwc06z32xksigw9"))))
|
||||
"1lnap41gl9vg82h557f4rlr69jgmd2gh0iqs6cxm77d39kv1scb8"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue