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-28.c23e0aa.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 1.3.0-28.c23e0aa.
Date: Tue, 05 Jul 2022 05:24:24 -0400

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

lbraun pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 06493e7388 gnu: guix: Update to 1.3.0-28.c23e0aa.
06493e7388 is described below

commit 06493e738825598447f5b45d7100ca7eff8b669d
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Tue Jul 5 11:23:21 2022 +0200

    gnu: guix: Update to 1.3.0-28.c23e0aa.
    
    Fixes a problem with the binary installer, whose guix command does not
    understand manifest format 4 yet.
    
    * gnu/packages/package-management.scm (guix): Update to 1.3.0-28.c23e0aa.
---
 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 a9fa342d53..e485e34bca 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -159,8 +159,8 @@
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.3.0")
-        (commit "598f7289db9955584457ffc11c8504f3938a1618")
-        (revision 27))
+        (commit "c23e0aa65d511a29f31da876f905594c0f8bce00")
+        (revision 28))
     (package
       (name "guix")
 
@@ -176,7 +176,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "0i4rdmh74dws57i8cjsrcdxrb3r8lph3mnvwafdqlfripxvn7yry"))
+                  "0xp1lb5cz63zx9spfl4qz460c40bdrkvwqld7y34g0ckvqvzfx8a"))
                 (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]