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 4aea90b.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 4aea90b.
Date: Wed, 15 Jan 2020 13:51:51 -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 a650ee0  gnu: guix: Update to 4aea90b.
a650ee0 is described below

commit a650ee0baa6dc257de428524239d456402a59ae0
Author: Ludovic Courtès <address@hidden>
AuthorDate: Wed Jan 15 19:49:47 2020 +0100

    gnu: guix: Update to 4aea90b.
    
    * gnu/packages/package-management.scm (guix): Update to 4aea90b.
---
 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 6becdb2..b9e4167 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -110,8 +110,8 @@
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.0.1")
-        (commit "f38eabe952608478230895e380ef441d65ea625e")
-        (revision 11))
+        (commit "4aea90b1876179aab8d603a42533a6bdf97ccd3c")
+        (revision 12))
     (package
       (name "guix")
 
@@ -127,7 +127,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "1wnm1wqa38dpd5bk6avyfm0rgx72vlx36a06scyg8d57kl47mzjf"))
+                  "08h1v9pmhb6pcdhvnhc1gi0nqp78kf68657vlk10abrf7q0cqs6q"))
                 (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]