diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-10-06 11:25:04 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-10-06 12:26:44 +0200 |
commit | 16fd9d6e3d626fc624c38cb3096331905a4161e4 (patch) | |
tree | 995e0575747d13f7a0c2de563b4df96fb74f3837 /gnu | |
parent | 110378934e30f9223357f3ed2fadfbffd21a64a8 (diff) |
gnu: guix: Update to e863274.
This includes the ‘guix perform-download’ fix from commit
762fdbdef52b4c17df578478cadc8655d56171a4.
* gnu/packages/package-management.scm (guix): Update to e863274.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/package-management.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index 266b6dc352..c65cc26baa 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -174,8 +174,8 @@ ;; Note: the 'update-guix-package.scm' script expects this definition to ;; start precisely like this. (let ((version "1.4.0") - (commit "b9fae146d6cc4a6968a8eb18beef29aa1414a31e") - (revision 12)) + (commit "e863274e67e2242b970845783172c9f4e49405ca") + (revision 13)) (package (name "guix") @@ -191,7 +191,7 @@ (commit commit))) (sha256 (base32 - "1pxdfd2g1q3vb5wmv5c53zphsv9q8m835vd00vhjaijzvz9ri7ja")) + "0g8p0w9qrqbzz3b4fzbvvqpdfgwhlxpz75n3ysa6haima5s19mp3")) (file-name (string-append "guix-" version "-checkout")))) (build-system gnu-build-system) (arguments |