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


From: Tomas Cech
Subject: 01/01: gnu: wayland: Update to 1.9.0.
Date: Thu, 05 Nov 2015 14:42:07 +0000

sleep_walker pushed a commit to branch master
in repository guix.

commit a09f6edbf95276552866218b70948bd41db47555
Author: Tomáš Čech <address@hidden>
Date:   Thu Nov 5 00:48:17 2015 +0100

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

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 28883d1..3db7ff7 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -239,14 +239,14 @@ Python.")
 (define-public wayland
   (package
     (name "wayland")
-    (version "1.8.1")
+    (version "1.9.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://wayland.freedesktop.org/releases/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1j3gfzn8i0xhk3j34mwb2srrscjxfyi279jhyq80mz943j6r6z7i"))))
+                "1yhy62vkbq8j8c9zaa6yzvn75cd99kfa8n2zfdwl80x019r711ww"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)



reply via email to

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