mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: gauche: Update to 0.9.15.
* gnu/packages/scheme.scm (gauche): Update to 0.9.15. Change-Id: I63da9600fc162c3f9ab02f35c509c7402b7406ca Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
2455c4ded9
commit
a8547a0feb
1 changed files with 2 additions and 2 deletions
|
@ -1085,7 +1085,7 @@ (define-public femtolisp
|
|||
(define-public gauche
|
||||
(package
|
||||
(name "gauche")
|
||||
(version "0.9.12")
|
||||
(version "0.9.15")
|
||||
(home-page "https://practical-scheme.net/gauche/index.html")
|
||||
(source
|
||||
(origin
|
||||
|
@ -1095,7 +1095,7 @@ (define-public gauche
|
|||
(string-replace-substring version "." "_")
|
||||
"/Gauche-" version ".tgz"))
|
||||
(sha256
|
||||
(base32 "05xnym1phg8i14bacip5d0d3v0gc1nn5mgayd5hnda873f969bml"))))
|
||||
(base32 "10zpbbikkcpdzk6c52wkckiyhn7nhnqjv2djdzyjr0n8qxxy4hrn"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list libatomic-ops slib zlib))
|
||||
|
|
Loading…
Reference in a new issue