guix-commits
[Top][All Lists]
Advanced

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

15/34: gnu: wayland: Update to 1.18.0.


From: guix-commits
Subject: 15/34: gnu: wayland: Update to 1.18.0.
Date: Sat, 25 Jul 2020 16:46:41 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit ca6ad3fb4283f7a57fa663590d435db89ed04746
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 24 22:39:57 2020 +0200

    gnu: wayland: Update to 1.18.0.
    
    * gnu/packages/freedesktop.scm (wayland): Update to 1.18.0.
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 921ced4..4d04d1d 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -637,14 +637,14 @@ Python.")
 (define-public wayland
   (package
     (name "wayland")
-    (version "1.17.0")
+    (version "1.18.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://wayland.freedesktop.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "194ibzwpdcn6fvk4xngr4bf5axpciwg2bj82fdvz88kfmjw13akj"))))
+                "0k995rn96xkplrapz5k648j651wc43kq817xk1x8280h16gsfxa6"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-tests? #f))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]