diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2024-08-14 17:44:34 +0200 |
|---|---|---|
| committer | Guillaume Le Vaillant <glv@posteo.net> | 2024-08-15 14:23:39 +0200 |
| commit | c9dd09855e69af3e166ddfdafb3a1f57a26901e0 (patch) | |
| tree | f301821503cf735620e198eb64c877ef2302938e /gnu/packages/lisp.scm | |
| parent | 5d1c3bad5c629f3fa588155e3afbf2b1cc9e8603 (diff) | |
gnu: ccl: Update to 1.13.
* gnu/packages/lisp.scm (ccl): Update to 1.13.
[inputs] Update ccl bootstrap sources.
Change-Id: Id2b9d29b4ea51aba23ca1aee770e33755b062b19
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages/lisp.scm')
| -rw-r--r-- | gnu/packages/lisp.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 97f7dd357b5..b446dd8b564 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm | |||
| @@ -230,7 +230,7 @@ integration with code written in C.") | |||
| 230 | (name "ccl") | 230 | (name "ccl") |
| 231 | ;; XXX When updating this package, check whether we can simply append | 231 | ;; XXX When updating this package, check whether we can simply append |
| 232 | ;; VERSION to the ccl-bootstrap URL again, instead of per architecture. | 232 | ;; VERSION to the ccl-bootstrap URL again, instead of per architecture. |
| 233 | (version "1.12.1") | 233 | (version "1.13") |
| 234 | (source (origin | 234 | (source (origin |
| 235 | (method git-fetch) | 235 | (method git-fetch) |
| 236 | (uri (git-reference | 236 | (uri (git-reference |
| @@ -239,7 +239,7 @@ integration with code written in C.") | |||
| 239 | (file-name (git-file-name "ccl" version)) | 239 | (file-name (git-file-name "ccl" version)) |
| 240 | (sha256 | 240 | (sha256 |
| 241 | (base32 | 241 | (base32 |
| 242 | "1zz291lvsrr7pps8wfl2kdxsnzjngqi4v3mil14pga4r5zanmsi7")))) | 242 | "12cb3gp43bhl7nyms3a4lix8j1s3arnp124d3ahc2lhlrjirs0mr")))) |
| 243 | (build-system gnu-build-system) | 243 | (build-system gnu-build-system) |
| 244 | ;; CCL consists of a "lisp kernel" and "heap image", both of which are | 244 | ;; CCL consists of a "lisp kernel" and "heap image", both of which are |
| 245 | ;; shipped in precompiled form in source tarballs. The former is a C | 245 | ;; shipped in precompiled form in source tarballs. The former is a C |
| @@ -253,18 +253,18 @@ integration with code written in C.") | |||
| 253 | (uri (string-append | 253 | (uri (string-append |
| 254 | "https://github.com/Clozure/ccl/releases/download/v" | 254 | "https://github.com/Clozure/ccl/releases/download/v" |
| 255 | (match (%current-system) | 255 | (match (%current-system) |
| 256 | ("armhf-linux" "1.12/linuxarm") | 256 | ("armhf-linux" "1.13/linuxarm") |
| 257 | ;; XXX: This source only works on x86, but provide it as a | 257 | ;; XXX: This source only works on x86, but provide it as a |
| 258 | ;; catch-all to prevent errors when querying this package | 258 | ;; catch-all to prevent errors when querying this package |
| 259 | ;; on unsupported platforms. | 259 | ;; on unsupported platforms. |
| 260 | (_ "1.12.1/linuxx86")) | 260 | (_ "1.13/linuxx86")) |
| 261 | ".tar.gz")) | 261 | ".tar.gz")) |
| 262 | (sha256 | 262 | (sha256 |
| 263 | (base32 | 263 | (base32 |
| 264 | (match (%current-system) | 264 | (match (%current-system) |
| 265 | ("armhf-linux" | 265 | ("armhf-linux" |
| 266 | "0x4bjx6cxsjvxyagijhlvmc7jkyxifdvz5q5zvz37028va65243c") | 266 | "1mlj7lgn4p9bw1ki7gk00sj89cjv0cjpdmpp65brhx9q3fvkk9xf") |
| 267 | (_ "0ll017ajcfsyx8f7zsy4394y8xxvz40iz0gcsmznp0n3mf0xi67c")))))))) | 267 | (_ "04ry8zwrcjjmzbxp43nkknchabk6i6mclrzg5biwfp1h64bcnzfx")))))))) |
| 268 | (native-inputs | 268 | (native-inputs |
| 269 | (list cl-asdf m4)) | 269 | (list cl-asdf m4)) |
| 270 | (arguments | 270 | (arguments |
