diff options
| -rw-r--r-- | gnu/packages/scheme.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 17506afedce..b339ac715c1 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm | |||
| @@ -1382,7 +1382,7 @@ application.") | |||
| 1382 | (define-public loko-scheme | 1382 | (define-public loko-scheme |
| 1383 | (package | 1383 | (package |
| 1384 | (name "loko-scheme") | 1384 | (name "loko-scheme") |
| 1385 | (version "0.12.2") | 1385 | (version "0.13.0") |
| 1386 | (source | 1386 | (source |
| 1387 | (origin | 1387 | (origin |
| 1388 | (method git-fetch) | 1388 | (method git-fetch) |
| @@ -1390,7 +1390,7 @@ application.") | |||
| 1390 | (url "https://gitlab.com/weinholt/loko") | 1390 | (url "https://gitlab.com/weinholt/loko") |
| 1391 | (commit (string-append "v" version)))) | 1391 | (commit (string-append "v" version)))) |
| 1392 | (sha256 | 1392 | (sha256 |
| 1393 | (base32 "05fl1y024rsixaw991zavaq370nazndqrxr05lcmw8293dvrhhfa")) | 1393 | (base32 "1hmjmsli2y8wk1whcmk5xylylfrzz33hnzkwbxqwm7mslmd9dagj")) |
| 1394 | (file-name (git-file-name name version)))) | 1394 | (file-name (git-file-name name version)))) |
| 1395 | (build-system gnu-build-system) | 1395 | (build-system gnu-build-system) |
| 1396 | (arguments | 1396 | (arguments |
| @@ -1425,8 +1425,7 @@ application.") | |||
| 1425 | (("/bin/sh") (which "sh"))) | 1425 | (("/bin/sh") (which "sh"))) |
| 1426 | (substitute* "scheme-wrapper" | 1426 | (substitute* "scheme-wrapper" |
| 1427 | (("which ") | 1427 | (("which ") |
| 1428 | "command -v ")) | 1428 | "command -v "))))))) |
| 1429 | #t))))) | ||
| 1430 | (native-inputs | 1429 | (native-inputs |
| 1431 | (list akku | 1430 | (list akku |
| 1432 | chez-scheme | 1431 | chez-scheme |
