wingo pushed a commit to branch wip-xorg-server-1.18
in repository guix.
commit c203d79f3a1f390b2ace3287b0c6d8738d4c2bfc
Author: Andy Wingo <[email protected]>
Date: Thu Feb 18 21:30:09 2016 +0100
gnu: xkbevd: Update to 1.1.4.
* gnu/packages/xorg.scm (xkbevd): Update to 1.1.4.
---
gnu/packages/xorg.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 393cb88..37790f0 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3670,7 +3670,7 @@ make keyboards more accessible to people with physical
impairments.")
(define-public xkbevd
(package
(name "xkbevd")
- (version "1.1.3")
+ (version "1.1.4")
(source
(origin
(method url-fetch)
@@ -3680,7 +3680,7 @@ make keyboards more accessible to people with physical
impairments.")
".tar.bz2"))
(sha256
(base32
- "05h1xcnbalndbrryyqs8wzy9h3wz655vc0ymhlk2q4aik17licjm"))))
+ "0sprjx8i86ljk0l7ldzbz2xlk8916z5zh78cafjv8k1a63js4c14"))))
(build-system gnu-build-system)
(inputs
`(("libxkbfile" ,libxkbfile)