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-21.29d356.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 1.1.0-21.29d356.
Date: Tue, 25 Aug 2020 13:59:46 -0400

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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fbd36a2  gnu: guix: Update to 1.1.0-21.29d356.
fbd36a2 is described below

commit fbd36a233420757e11b6abb076647781d4e5652d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Aug 25 13:57:35 2020 -0400

    gnu: guix: Update to 1.1.0-21.29d356.
    
    * gnu/packages/package-management.scm (guix): Update to 1.1.0-20.29d356.
---
 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 e52d5ab..146020c 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -120,8 +120,8 @@
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.1.0")
-        (commit "537080fad8dfa63df2f1d0b0d046a28077d56a56")
-        (revision 20))
+        (commit "29d3569c9c712d70466d9175474c8fd1a3262234")
+        (revision 21))
     (package
       (name "guix")
 
@@ -137,7 +137,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "19nga4017m7gn82zljjsznr353van22507yjhqb9ghvh8h3lhxa8"))
+                  "1sprs2hpi27qawscpj13v2kckagq5jhwd3bibwvz1p229m54dhg6"))
                 (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]