[bug#33472,2/2] Update wayland-protocols to 1.16.

Message ID CAFBTj=gMT_AnHBg==LN5NV6byQmK0GaaXdc458Px6fbSTbqg0w@mail.gmail.com
State Accepted
Headers show
Series Update wayland and wayland-protocols to 1.16. | expand

Checks

Context Check Description
cbaines/applying patch success Successfully applied

Commit Message

Stefan Stefanović Nov. 23, 2018, 7:39 a.m. UTC
Update wayland-protocols.

Patch

From 0089f85d86b3ded06e49b2aaea74504cc73ebe48 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Stefanovi=C4=87?= <stefanx2ovic@gmail.com>
Date: Fri, 23 Nov 2018 08:27:41 +0100
Subject: [PATCH 2/2] gnu: wayland-protocols: Update to 1.16.

* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.16.
---
 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 c294663fb..1d9a5920a 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -481,7 +481,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
@@ -489,7 +489,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)))
-- 
2.19.2