mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: loko: Update to 0.7.0
* gnu/packages/loko.scm (loko-scheme): Update to 0.7.0 Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
This commit is contained in:
parent
60a10a1181
commit
40352788de
1 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ (define-module (gnu packages loko)
|
||||||
(define-public loko-scheme
|
(define-public loko-scheme
|
||||||
(package
|
(package
|
||||||
(name "loko-scheme")
|
(name "loko-scheme")
|
||||||
(version "0.6.0")
|
(version "0.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -37,11 +37,11 @@ (define-public loko-scheme
|
||||||
(url "https://gitlab.com/weinholt/loko")
|
(url "https://gitlab.com/weinholt/loko")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "019jlh3lywy912cfz689c9fxgf4bi5700i9k04g7sl5w5gchj36m"))
|
(base32 "1441aarw3vy14zdxyab495ag2fch04v4j89krhbqnqfkz6mdi0vy"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; r7rs tests are still failing as of 0.6.0.
|
`(;; r7rs tests are a work in progress as of 0.7.0.
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
#:strip-binaries? #f
|
#:strip-binaries? #f
|
||||||
#:make-flags
|
#:make-flags
|
||||||
|
|
Loading…
Reference in a new issue