summaryrefslogtreecommitdiff
path: root/gnu/packages/freedesktop.scm
diff options
context:
space:
mode:
authorStefan Stefanović <stefanx2ovic@gmail.com>2018-11-23 08:27:41 +0100
committerMarius Bakke <mbakke@fastmail.com>2018-11-23 19:08:45 +0100
commit873eff41a8719cf2117d60e10ac46882b6a07267 (patch)
treeb76a36aebaf5b79320737c2fb321bc532225a4fc /gnu/packages/freedesktop.scm
parenta5f0c7c13f3770eb75995b2b0eb21d52882428e4 (diff)
downloadpatches-873eff41a8719cf2117d60e10ac46882b6a07267.tar
patches-873eff41a8719cf2117d60e10ac46882b6a07267.tar.gz
gnu: wayland-protocols: Update to 1.16.
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.16. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/packages/freedesktop.scm')
-rw-r--r--gnu/packages/freedesktop.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 5352ea221b..5eae8242aa 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)))