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


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 0984481.
Date: Tue, 10 Mar 2020 14:48:36 -0400

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 7909303  gnu: guix: Update to 0984481.
7909303 is described below

commit 79093034b9103393a7edc90c8dce45ab1acea3f3
Author: Ludovic Courtès <address@hidden>
AuthorDate: Tue Mar 10 19:46:58 2020 +0100

    gnu: guix: Update to 0984481.
    
    * gnu/packages/package-management.scm (guix): Update to 0984481.
---
 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 23a0b2b..b0457ba 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 "c2f9ea2b502a617bb69227d5f858eee9d4288a6a")
-        (revision 14))
+        (commit "09844816c77caaa60f4149f99a34733966724627")
+        (revision 15))
     (package
       (name "guix")
 
@@ -127,7 +127,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "0hg6yrqlzqiv4gmk9liqar6m9qhhn66q75jsmh86awjwq4qmvyab"))
+                  "1fciffls6cw9zz13vig5x37r73qxc0irzyh0caimciddlksvabf7"))
                 (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]