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.11.0.


From: Efraim Flashner
Subject: 01/01: gnu: wayland: Update to 1.11.0.
Date: Mon, 13 Jun 2016 20:24:52 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 65089213c8dd26f6fc6e2be52d04823c91f32763
Author: Efraim Flashner <address@hidden>
Date:   Mon Jun 13 22:37:35 2016 +0300

    gnu: wayland: Update to 1.11.0.
    
    * gnu/packages/freedesktop.scm (wayland): Update to 1.11.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 9bd080c..53bd757 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -253,14 +253,14 @@ Python.")
 (define-public wayland
   (package
     (name "wayland")
-    (version "1.10.0")
+    (version "1.11.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://wayland.freedesktop.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1p307ly1yyqjnzn9dbv78yffql2qszn84qk74lwanl3gma8fgxjb"))))
+                "1c0d5ivy9n44hykvw2ggrvqrnn7naw3wg11vbvgwzgi8g5gr4h4m"))))
     (build-system gnu-build-system)
     (arguments `(#:parallel-tests? #f))
     (native-inputs



reply via email to

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