From 81191e3410cc00c6438f532599dd0b96d521982f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 8 Dec 2022 00:40:40 +0100 Subject: [PATCH] gnu: guix: Update to 9ccc94a. This brings the ABI of the 'guix' package in line with the current one, fixing things built against the 'guix' package such as 'emacs-guix'. Fixes . Reported by Amade Nemes Gmail . * gnu/packages/package-management.scm (guix): Update to 9ccc94a. --- gnu/packages/package-management.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index b5b6b3875c..daa83f8d0c 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -165,8 +165,8 @@ (define-public guix ;; Note: the 'update-guix-package.scm' script expects this definition to ;; start precisely like this. (let ((version "1.4.0rc1") - (commit "020184fd39c6244e0336db3c608d3946b8d20490") - (revision 0)) + (commit "9ccc94afb266428b7feeba805617d31eb8afb23c") + (revision 1)) (package (name "guix") @@ -182,7 +182,7 @@ (define-public guix (commit commit))) (sha256 (base32 - "1489fdxdb86shx6bnfs8kihhvw44xqiv6fkx3b67cyw1dakxh1m4")) + "1asx4jqjdp56r9m693ikrzxn4vaga846v2j6956xkavyj19x42nh")) (file-name (string-append "guix-" version "-checkout")))) (build-system gnu-build-system) (arguments