diff options
| author | Andy Tai <atai@atai.org> | 2024-01-06 18:32:06 -0800 |
|---|---|---|
| committer | Mathieu Othacehe <othacehe@gnu.org> | 2024-01-07 19:38:20 +0100 |
| commit | 1fb02d45eb7c102f7ca0e9ccac1ccd767eccd23d (patch) | |
| tree | 9508316ef370f648a28919fef7ac141afeb16d17 /gnu/packages/lisp.scm | |
| parent | 9c634835e5d4418095257dee71eb0bfaaddffa05 (diff) | |
gnu: s7: Update to 618de30.
* gnu/packages/lisp.scm (s7): Update to commit 618de30.
Change-Id: I34d92b77a4e8de84f18de0ce7af984928e338282
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages/lisp.scm')
| -rw-r--r-- | gnu/packages/lisp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 4a895984e70..e89e02e1e48 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm | |||
| @@ -1485,7 +1485,7 @@ includes a compiler as well as an interpreter.") | |||
| 1485 | 1485 | ||
| 1486 | (define-public s7-bootstrap | 1486 | (define-public s7-bootstrap |
| 1487 | ;; Need s7-bootstrap to build libc_s7.so (for the REPL) and run tests | 1487 | ;; Need s7-bootstrap to build libc_s7.so (for the REPL) and run tests |
| 1488 | (let ((commit "a5b4bb49f8bcd7c33ae2366065fc8c254b734460") ;no releases | 1488 | (let ((commit "618de30e0f9851515724245e3ebbfa1be4de6906") ;no releases |
| 1489 | (revision "0")) | 1489 | (revision "0")) |
| 1490 | (hidden-package | 1490 | (hidden-package |
| 1491 | (package | 1491 | (package |
| @@ -1499,7 +1499,7 @@ includes a compiler as well as an interpreter.") | |||
| 1499 | (file-name (git-file-name name version)) | 1499 | (file-name (git-file-name name version)) |
| 1500 | (sha256 | 1500 | (sha256 |
| 1501 | (base32 | 1501 | (base32 |
| 1502 | "03n1axdlypzmbgzrhlwfqwa1xiw36hi25j2hwc7vw77mz90cd9f8")))) | 1502 | "0kh1f49g24ppjpr16v1nc9lr7pvr5nzb82bpw8c6q8ll7pqalqaf")))) |
| 1503 | (build-system gnu-build-system) | 1503 | (build-system gnu-build-system) |
| 1504 | (arguments | 1504 | (arguments |
| 1505 | (list #:tests? #f ;no tests in bootstrap | 1505 | (list #:tests? #f ;no tests in bootstrap |
