guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: wayland: Update to 1.16.0.


From: Rutger Helling
Subject: 01/01: gnu: wayland: Update to 1.16.0.
Date: Mon, 27 Aug 2018 04:17:11 -0400 (EDT)

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

commit c0fdc5a53d8cc9df27a571834afee0467c2a04ca
Author: Rutger Helling <address@hidden>
Date:   Mon Aug 27 10:14:21 2018 +0200

    gnu: wayland: Update to 1.16.0.
    
    * gnu/packages/freedesktop.scm (wayland): Update to 1.16.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 c8758f7..5352ea2 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -437,14 +437,14 @@ Python.")
 (define-public wayland
   (package
     (name "wayland")
-    (version "1.15.0")
+    (version "1.16.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://wayland.freedesktop.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1c5fnys8hi71cnzjv5k7j0r8gx80p0yyqlrpmn06mmarhnxvwgzb"))))
+                "1xajhxad43izq9f7sbww1hlg42nayijy8xnp21kgpk09c6sw4wjf"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-tests? #f))



reply via email to

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