[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: wayland-protocols: Update to 1.7.
From: |
Efraim Flashner |
Subject: |
01/01: gnu: wayland-protocols: Update to 1.7. |
Date: |
Mon, 14 Nov 2016 10:03:07 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit b231b057cd74717943267dbb0decad274175a51b
Author: Efraim Flashner <address@hidden>
Date: Mon Nov 14 10:38:46 2016 +0200
gnu: wayland-protocols: Update to 1.7.
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.7.
---
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 4bef23c..c3467ca 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -301,7 +301,7 @@ applications, X servers (rootless or fullscreen) or other
display servers.")
(define-public wayland-protocols
(package
(name "wayland-protocols")
- (version "1.4")
+ (version "1.7")
(source (origin
(method url-fetch)
(uri (string-append
@@ -309,7 +309,7 @@ applications, X servers (rootless or fullscreen) or other
display servers.")
"wayland-protocols-" version ".tar.xz"))
(sha256
(base32
- "0wpm7mz7ww6nn3vrgz7a9iyk7mk6za73wnq0n54lzl8yq8irljh1"))))
+ "07qw166s6bm81zfnhf4lmww6wj0il960fm3vp7n1z3rign9jlpv3"))))
(build-system gnu-build-system)
(inputs
`(("wayland" ,wayland)))