rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit 907df7fe381eefc2682f7ca02646d452f35b1842
Author: Ricardo Wurmus <[email protected]>
Date: Tue Dec 4 05:01:24 2018 +0100
gnu: wayland-protocols: Update to 1.17.
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.17.
---
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 472768d..5366091 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -432,7 +432,7 @@ applications, X servers (rootless or fullscreen) or other
display servers.")
(define-public wayland-protocols
(package
(name "wayland-protocols")
- (version "1.15")
+ (version "1.17")
(source (origin
(method url-fetch)
(uri (string-append
@@ -440,7 +440,7 @@ applications, X servers (rootless or fullscreen) or other
display servers.")
"wayland-protocols-" version ".tar.xz"))
(sha256
(base32
- "1qlyf9cllr2p339xxplznh023qcwj5iisp02ikx7ps349dx75fys"))))
+ "0bw1sqixqk2a7mqw630cs4dlgcp5yib90vyikzm3lr05jz7ij4yz"))))
(build-system gnu-build-system)
(inputs
`(("wayland" ,wayland)))