guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: guix: Update to 9ccc94a.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 9ccc94a.
Date: Wed, 07 Dec 2022 18:44:30 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 81191e3410 gnu: guix: Update to 9ccc94a.
81191e3410 is described below

commit 81191e3410cc00c6438f532599dd0b96d521982f
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Dec 8 00:40:40 2022 +0100

    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 <https://issues.guix.gnu.org/59864>.
    Reported by Amade Nemes Gmail <nemesamade@gmail.com>.
    
    * 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 @@
   ;; 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 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "1489fdxdb86shx6bnfs8kihhvw44xqiv6fkx3b67cyw1dakxh1m4"))
+                  "1asx4jqjdp56r9m693ikrzxn4vaga846v2j6956xkavyj19x42nh"))
                 (file-name (string-append "guix-" version "-checkout"))))
       (build-system gnu-build-system)
       (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]