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.4.0-1.9fe5b49.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 1.4.0-1.9fe5b49.
Date: Sun, 08 Jan 2023 06:18:04 -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 eddfa6f4c2 gnu: guix: Update to 1.4.0-1.9fe5b49.
eddfa6f4c2 is described below

commit eddfa6f4c243403cf97957e17cf88d71dc8fd3fd
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Jan 8 12:17:04 2023 +0100

    gnu: guix: Update to 1.4.0-1.9fe5b49.
    
    * gnu/packages/package-management.scm (guix): Update to 1.4.0-1.9fe5b49.
---
 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 2ffaa12247..d12d5ae474 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.0")
-        (commit "8e2f32cee982d42a79e53fc1e9aa7b8ff0514714")
-        (revision 0))
+        (commit "9fe5b490df83ff32e2e0a604bf636eca48b9e240")
+        (revision 1))
     (package
       (name "guix")
 
@@ -182,7 +182,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "042mipw2bp9lc75m9g5q6rdifrp8483cmk57kwrdps0i3vd590dl"))
+                  "1lglxp2jydxlzk7a1bpv8h7zi4qfpfbr3m57133j1ljija062j71"))
                 (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]