diff options
| author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2024-11-26 18:28:40 +0100 |
|---|---|---|
| committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2024-11-26 18:29:50 +0100 |
| commit | b03ec159747010602d76b35d5d528835b1fdfcf4 (patch) | |
| tree | 021b8e4df154580dc1c5aad15c84f630b4ed7929 | |
| parent | 7d912c1c469c5c76e6a311fc20f8e681ae873916 (diff) | |
nongnu: compcert: Update to 3.14.
* nongnu/packages/coq.scm (compcert): Update to 3.14.
[arguments]: Remove no longer required substitute.
| -rw-r--r-- | nongnu/packages/coq.scm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/nongnu/packages/coq.scm b/nongnu/packages/coq.scm index 6fcf7a7..629228d 100644 --- a/nongnu/packages/coq.scm +++ b/nongnu/packages/coq.scm | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | (define-public compcert | 15 | (define-public compcert |
| 16 | (package | 16 | (package |
| 17 | (name "compcert") | 17 | (name "compcert") |
| 18 | (version "3.13.1") | 18 | (version "3.14") |
| 19 | (source (origin | 19 | (source (origin |
| 20 | (method git-fetch) | 20 | (method git-fetch) |
| 21 | (uri (git-reference | 21 | (uri (git-reference |
| @@ -24,15 +24,11 @@ | |||
| 24 | (file-name (git-file-name name version)) | 24 | (file-name (git-file-name name version)) |
| 25 | (sha256 | 25 | (sha256 |
| 26 | (base32 | 26 | (base32 |
| 27 | "0yvj9g144p26k7674vcai12sh3jahs64ny9pana9zla16nxxpmcm")))) | 27 | "030fsg0qr9aasmwk0ahp78sw8rbjmf6pl1w9ws5ghs61kyk4qwj1")))) |
| 28 | (build-system gnu-build-system) | 28 | (build-system gnu-build-system) |
| 29 | (arguments | 29 | (arguments |
| 30 | `(#:phases | 30 | `(#:phases |
| 31 | (modify-phases %standard-phases | 31 | (modify-phases %standard-phases |
| 32 | (add-before 'configure 'allow-newer-coq-version | ||
| 33 | (lambda _ | ||
| 34 | (substitute* "configure" | ||
| 35 | (("8.15.2") "8.17.1")))) | ||
| 36 | (replace 'configure | 32 | (replace 'configure |
| 37 | (lambda* (#:key outputs #:allow-other-keys) | 33 | (lambda* (#:key outputs #:allow-other-keys) |
| 38 | (let ((system ,(match (or (%current-target-system) (%current-system)) | 34 | (let ((system ,(match (or (%current-target-system) (%current-system)) |
