guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Revert "gnu: guix: Update to commit 5918cb5."


From: guix-commits
Subject: branch master updated: Revert "gnu: guix: Update to commit 5918cb5."
Date: Fri, 09 Oct 2020 17:54:51 -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 a279f7c  Revert "gnu: guix: Update to commit 5918cb5."
a279f7c is described below

commit a279f7c61c61d821d481c6c241372bd5bd1dcf67
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 9 17:54:21 2020 -0400

    Revert "gnu: guix: Update to commit 5918cb5."
    
    This reverts commit f08587682a631d3fe30159af838c6766dd65205b.  Its hash
    mismatched.
---
 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 c5ee75e..d085ba3 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -131,8 +131,8 @@
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.1.0")
-        (commit "5918cb5341ecd76304eef2cb529e20896b56f4e5")
-        (revision 30))
+        (commit "4e3ed9bad9ed5758cdee6e636805f65e9ab710eb")
+        (revision 29))
     (package
       (name "guix")
 
@@ -148,7 +148,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "0af6rxir3pwqpiw2vjrk4b83f7k68kvyxfibzwwllyz48zvizl5v"))
+                  "1jaqpiry7y45k5vg09b4h6yfp0rcbp931yaajy2wi61kg1z27s5x"))
                 (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]