efraim pushed a commit to branch core-updates
in repository guix.
commit ee86a59ec7b7b84b2ac58e346a827e0d3cdcda31
Author: Efraim Flashner <[email protected]>
Date: Sat Aug 27 23:13:27 2016 +0300
gnu: inputproto: Update to 2.3.2.
* gnu/packages/xorg.scm (inputproto): Update to 2.3.2.
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 08fc823..c4dbede 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -974,7 +974,7 @@ authentication records.")
(define-public inputproto
(package
(name "inputproto")
- (version "2.3.1")
+ (version "2.3.2")
(source
(origin
(method url-fetch)
@@ -984,7 +984,7 @@ authentication records.")
".tar.bz2"))
(sha256
(base32
- "1lf1jlxp0fc8h6fjdffhd084dqab94966l1zm3rwwsis0mifwiss"))))
+ "07gk7v006zqn3dcfh16l06gnccy7xnqywf3vl9c209ikazsnlfl9"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)))
(home-page "https://www.x.org/wiki/")