diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2024-11-24 17:02:00 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-07-28 10:00:00 +0300 |
| commit | 3884c519b6681b5608a945a8cd3908c0bde0b6d2 (patch) | |
| tree | 9fe88c83cd64c8f1a9f3cb5fc07f25e6efaaf7d1 | |
| parent | b14b7fe6d4426335ce42af83c0cc5379b16e6a9f (diff) | |
gnu: musl-boot0: Upgrade to 1.2.5.
* gnu/packages/commencement.scm (musl-boot0): Upgrade to 1.2.5.
Change-Id: Iacfb6024d768ebf883ade8559bbe465181f2b8bb
| -rw-r--r-- | gnu/packages/commencement.scm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 9b02759f08a..b9b230c6236 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm | |||
| @@ -909,19 +909,11 @@ MesCC-Tools), and finally M2-Planet.") | |||
| 909 | ("tcc" ,tcc-boot) | 909 | ("tcc" ,tcc-boot) |
| 910 | ,@(alist-delete "tcc" (%boot-tcc0-inputs)))) | 910 | ,@(alist-delete "tcc" (%boot-tcc0-inputs)))) |
| 911 | 911 | ||
| 912 | ;; The last musl in the 1.1.x series. | ||
| 913 | ;; For now this starts the riscv64 specific portion of the bootstrap. | 912 | ;; For now this starts the riscv64 specific portion of the bootstrap. |
| 914 | (define musl-boot0 | 913 | (define musl-boot0 |
| 915 | (package | 914 | (package |
| 916 | (inherit musl) | 915 | (inherit musl) |
| 917 | (name "musl-boot0") | 916 | (name "musl-boot0") |
| 918 | (version "1.1.24") | ||
| 919 | (source (origin | ||
| 920 | (method url-fetch) | ||
| 921 | (uri (string-append "https://www.musl-libc.org/releases/" | ||
| 922 | "musl-" version ".tar.gz")) | ||
| 923 | (sha256 | ||
| 924 | (base64 "E3DJqBKyzyp9koAlEMygBYzDfmanvt1wBR8KNAFQIqM=")))) | ||
| 925 | (native-inputs (%boot-tcc-inputs)) | 917 | (native-inputs (%boot-tcc-inputs)) |
| 926 | (inputs '()) | 918 | (inputs '()) |
| 927 | (arguments | 919 | (arguments |
