guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: wayland-protocols: Update to 1.16.


From: guix-commits
Subject: 02/02: gnu: wayland-protocols: Update to 1.16.
Date: Fri, 23 Nov 2018 13:09:13 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 873eff41a8719cf2117d60e10ac46882b6a07267
Author: Stefan Stefanović <address@hidden>
Date:   Fri Nov 23 08:27:41 2018 +0100

    gnu: wayland-protocols: Update to 1.16.
    
    * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.16.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 5352ea2..5eae824 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -473,7 +473,7 @@ applications, X servers (rootless or fullscreen) or other 
display servers.")
 (define-public wayland-protocols
   (package
     (name "wayland-protocols")
-    (version "1.15")
+    (version "1.16")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -481,7 +481,7 @@ applications, X servers (rootless or fullscreen) or other 
display servers.")
                     "wayland-protocols-" version ".tar.xz"))
               (sha256
                (base32
-                "1qlyf9cllr2p339xxplznh023qcwj5iisp02ikx7ps349dx75fys"))))
+                "1icqikvhgv9kcf8lcqml3w9fb8q3igr4c3471jb6mlyw3yaqa53b"))))
     (build-system gnu-build-system)
     (inputs
      `(("wayland" ,wayland)))



reply via email to

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