guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: wayland: Update to 1.10.0.


From: Efraim Flashner
Subject: 02/03: gnu: wayland: Update to 1.10.0.
Date: Sun, 28 Feb 2016 12:03:57 +0000

efraim pushed a commit to branch master
in repository guix.

commit 9012e118ff209db05f58e3196637a6b31fd934ee
Author: Efraim Flashner <address@hidden>
Date:   Sun Feb 28 13:32:52 2016 +0200

    gnu: wayland: Update to 1.10.0.
    
    * gnu/packages/freedesktop.scm (wayland): Update to 1.10.0.
    [arguments]: Disable parallel tests.
---
 gnu/packages/freedesktop.scm |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index ab2c97d..966c1c2 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -247,15 +247,16 @@ Python.")
 (define-public wayland
   (package
     (name "wayland")
-    (version "1.9.0")
+    (version "1.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://wayland.freedesktop.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1yhy62vkbq8j8c9zaa6yzvn75cd99kfa8n2zfdwl80x019r711ww"))))
+                "1p307ly1yyqjnzn9dbv78yffql2qszn84qk74lwanl3gma8fgxjb"))))
     (build-system gnu-build-system)
+    (arguments `(#:parallel-tests? #f))
     (native-inputs
      `(("doxygen" ,doxygen)
        ("graphviz" ,graphviz)
@@ -268,7 +269,7 @@ Python.")
        ("expat" ,expat)
        ("libffi" ,libffi)
        ("libxml2" ,libxml2))) ; for XML_CATALOG_FILES
-    (home-page "http://wayland.freedesktop.org/";)
+    (home-page "https://wayland.freedesktop.org/";)
     (synopsis "Display server protocol")
     (description
      "Wayland is a protocol for a compositor to talk to its clients as well as



reply via email to

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