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.1.0-18.0addee1.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 1.1.0-18.0addee1.
Date: Sun, 26 Jul 2020 14:06:02 -0400

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 e5b6ae9  gnu: guix: Update to 1.1.0-18.0addee1.
e5b6ae9 is described below

commit e5b6ae9154ed0d7e39f082965bc994534b99cde8
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Jul 26 18:51:59 2020 +0200

    gnu: guix: Update to 1.1.0-18.0addee1.
    
    * gnu/packages/package-management.scm (guix): Update to 1.1.0-18.0addee1.
---
 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 68a2e6e..5db4ed0 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -119,8 +119,8 @@
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.1.0")
-        (commit "36a1925f21ee6787d8b80025f1b96238309f4b96")
-        (revision 17))
+        (commit "218a67dfabcdf592325a8f8c49b86478f69ff589")
+        (revision 18))
     (package
       (name "guix")
 
@@ -136,7 +136,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "05f7w6hyl1bw58q1fph9ws17rx0zgs638mrsxwz026bwjyy2xxr0"))
+                  "0zjpfagd377i977xv1ljzl0cj4vlrk4qpyqmlhclcdkjfbbachaq"))
                 (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]