diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2022-11-30 23:04:29 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2022-11-30 23:04:29 +0100 |
| commit | 883fefe1605499c8d98426f2915816dddd7448ef (patch) | |
| tree | 74850cb63e00f3b0921d14c4eddd8f6bcdec3b72 /gnu | |
| parent | 020184fd39c6244e0336db3c608d3946b8d20490 (diff) | |
gnu: guix: Update to 1.4.0rc1.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/package-management.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index d25e4b999ce..b5b6b3875c9 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm | |||
| @@ -164,9 +164,9 @@ | |||
| 164 | ;; Latest version of Guix, which may or may not correspond to a release. | 164 | ;; Latest version of Guix, which may or may not correspond to a release. |
| 165 | ;; Note: the 'update-guix-package.scm' script expects this definition to | 165 | ;; Note: the 'update-guix-package.scm' script expects this definition to |
| 166 | ;; start precisely like this. | 166 | ;; start precisely like this. |
| 167 | (let ((version "1.3.0") | 167 | (let ((version "1.4.0rc1") |
| 168 | (commit "682639c107908426fe6bf0a1b8404b98b7820290") | 168 | (commit "020184fd39c6244e0336db3c608d3946b8d20490") |
| 169 | (revision 32)) | 169 | (revision 0)) |
| 170 | (package | 170 | (package |
| 171 | (name "guix") | 171 | (name "guix") |
| 172 | 172 | ||
| @@ -182,7 +182,7 @@ | |||
| 182 | (commit commit))) | 182 | (commit commit))) |
| 183 | (sha256 | 183 | (sha256 |
| 184 | (base32 | 184 | (base32 |
| 185 | "1ap8hfq46ncp7azhdvc9s64a9q9y74xfqpgfwlcgz6sw82a09yh0")) | 185 | "1489fdxdb86shx6bnfs8kihhvw44xqiv6fkx3b67cyw1dakxh1m4")) |
| 186 | (file-name (string-append "guix-" version "-checkout")))) | 186 | (file-name (string-append "guix-" version "-checkout")))) |
| 187 | (build-system gnu-build-system) | 187 | (build-system gnu-build-system) |
| 188 | (arguments | 188 | (arguments |
