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 7dd0539.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 7dd0539.
Date: Fri, 24 Apr 2020 11:22:57 -0400

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

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9b42918  gnu: guix: Update to 7dd0539.
9b42918 is described below

commit 9b42918edd3f7e9d505c874d3947c0a0815fe551
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Apr 24 16:53:43 2020 +0200

    gnu: guix: Update to 7dd0539.
    
    * gnu/packages/package-management.scm (guix): Update to 1.1.0-1.7dd0539.
---
 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 6834012..011e442 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.1.0")
-        (commit "d62c9b2671be55ae0305bebfda17b595f33797f2")
-        (revision 0))
+        (commit "7dd05396ef4539165f955d9ab57225091f801ce9")
+        (revision 1))
     (package
       (name "guix")
 
@@ -127,7 +127,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "0v76hb0pidfgvxa22gq6hqf5yc3m527gl7hpzykazgjh881g2vmy"))
+                  "110fz4qay4iywpynw1cbv6if8ac0pxp21zhzwvnp2jn1f6vbwf64"))
                 (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]