diff options
| author | Martin Becze <mjbecze@riseup.net> | 2020-11-27 08:54:44 -0600 |
|---|---|---|
| committer | Kei Kebreau <kkebreau@posteo.net> | 2020-11-28 23:05:46 -0500 |
| commit | 40352788ded612d689cf414952f279532fab0375 (patch) | |
| tree | 96f926a63857d864da0bf4588c061a13d7caf295 /gnu | |
| parent | 60a10a11819891d3d91e371364bbdcfab2449ebe (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/loko.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/loko.scm b/gnu/packages/loko.scm index f6699877f7d..ef9312afe35 100644 --- a/gnu/packages/loko.scm +++ b/gnu/packages/loko.scm | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | (define-public loko-scheme | 29 | (define-public loko-scheme |
| 30 | (package | 30 | (package |
| 31 | (name "loko-scheme") | 31 | (name "loko-scheme") |
| 32 | (version "0.6.0") | 32 | (version "0.7.0") |
| 33 | (source | 33 | (source |
| 34 | (origin | 34 | (origin |
| 35 | (method git-fetch) | 35 | (method git-fetch) |
| @@ -37,11 +37,11 @@ | |||
| 37 | (url "https://gitlab.com/weinholt/loko") | 37 | (url "https://gitlab.com/weinholt/loko") |
| 38 | (commit (string-append "v" version)))) | 38 | (commit (string-append "v" version)))) |
| 39 | (sha256 | 39 | (sha256 |
| 40 | (base32 "019jlh3lywy912cfz689c9fxgf4bi5700i9k04g7sl5w5gchj36m")) | 40 | (base32 "1441aarw3vy14zdxyab495ag2fch04v4j89krhbqnqfkz6mdi0vy")) |
| 41 | (file-name (git-file-name name version)))) | 41 | (file-name (git-file-name name version)))) |
| 42 | (build-system gnu-build-system) | 42 | (build-system gnu-build-system) |
| 43 | (arguments | 43 | (arguments |
| 44 | `(;; r7rs tests are still failing as of 0.6.0. | 44 | `(;; r7rs tests are a work in progress as of 0.7.0. |
| 45 | #:tests? #f | 45 | #:tests? #f |
| 46 | #:strip-binaries? #f | 46 | #:strip-binaries? #f |
| 47 | #:make-flags | 47 | #:make-flags |
