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 1.3.0-17.2a49ddb.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 1.3.0-17.2a49ddb.
Date: Thu, 23 Dec 2021 11:00:17 -0500

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

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c0a693d  gnu: guix: Update to 1.3.0-17.2a49ddb.
c0a693d is described below

commit c0a693dfec3e0c3361dab40f354966730dde4ef3
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Dec 23 16:59:24 2021 +0100

    gnu: guix: Update to 1.3.0-17.2a49ddb.
    
    Also add a note about updating the guix package when it fails to build.
    
    * gnu/packages/package-management.scm (guix): Update to 1.3.0-17.2a49ddb.
---
 gnu/packages/package-management.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index dd1f40f..70c240b 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -142,13 +142,17 @@
 ;; Instead, please push one commit that rolls back Guix to before the mistake,
 ;; and then another that points to the first one. That way, the faulty commit
 ;; won't appear on the linked list.
+;;
+;; If you are updating this package because it fails to build, you need to
+;; actually update it *twice*, as the installer is pointing to the N-1 guix
+;; package revision.
 (define-public guix
   ;; Latest version of Guix, which may or may not correspond to a release.
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.3.0")
-        (commit "10ceb3e84654e024f14a4b048e7d68492ed9dc7c")
-        (revision 16))
+        (commit "2a49ddb513476cd45ebca618ffb0b9e381c1e497")
+        (revision 17))
     (package
       (name "guix")
 
@@ -164,7 +168,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "13gdj1fdjx4i0ylijv3qz5q0mmf4wbdhayifxrhzh2ng9idqhd0j"))
+                  "069gn3j2ar642f42b1l37g901i9n75s0q43abb8mavw9hlc23gqv"))
                 (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]