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 1.1.0-11.559491e."


From: guix-commits
Subject: branch master updated: Revert "gnu: guix: Update to 1.1.0-11.559491e."
Date: Wed, 17 Jun 2020 06:26:30 -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 92d8c4a  Revert "gnu: guix: Update to 1.1.0-11.559491e."
92d8c4a is described below

commit 92d8c4aa38ee57d89de47c01b7766cd7b2001e6f
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Jun 17 12:25:46 2020 +0200

    Revert "gnu: guix: Update to 1.1.0-11.559491e."
    
    This reverts commit ed8583d162761f0683ea9523298db2e671a1ad09 because of some
    test failures.
---
 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 cf979db..4b1c5a6 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -118,8 +118,8 @@
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.1.0")
-        (commit "559491ea5b36b89b2a2f9d48dacf6a2d7e219910")
-        (revision 11))
+        (commit "141b5c162048f5cb52e8c90ff7c16a2e98babcfb")
+        (revision 10))
     (package
       (name "guix")
 
@@ -135,7 +135,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "0iqpwnffxkvpkqi0x4ddb7h1ww84cwgqif5wpsfwsxiwhanba6rr"))
+                  "1j3vag994kj05b09a7w4lyas991a19hbbslcm9xvn5k2ilf4qskz"))
                 (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]