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

mbakke pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 233c1be  Revert "gnu: wayland: Update to 1.18.0."
233c1be is described below

commit 233c1be0a30846f6646b1f4edc6257037d0835fc
Author: Marius Bakke <[email protected]>
AuthorDate: Sat Jan 11 22:05:28 2020 +0100

    Revert "gnu: wayland: Update to 1.18.0."
    
    This commit only changed the version, not the checksum; and the version does
    not exist.
    
    This reverts commit 373007882def43f43d8da9678f6ab81047e32230.
---
 gnu/packages/freedesktop.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 2096cdb..a26cbea 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -555,7 +555,7 @@ Python.")
 (define-public wayland
   (package
     (name "wayland")
-    (version "1.18.0")
+    (version "1.17.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://wayland.freedesktop.org/releases/";

Reply via email to