mhw pushed a commit to branch media-updates
in repository guix.
commit ed7abe52e0f7f1975ec494c1bed3ca259f5c051a
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 a8ada04..0caa274 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3669,7 +3669,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)
@@ -3679,7 +3679,7 @@ make keyboards more accessible to people with physical
impairments.")
".tar.bz2"))
(sha256
(base32
- "05h1xcnbalndbrryyqs8wzy9h3wz655vc0ymhlk2q4aik17licjm"))))
+ "0sprjx8i86ljk0l7ldzbz2xlk8916z5zh78cafjv8k1a63js4c14"))))
(build-system gnu-build-system)
(inputs
`(("libxkbfile" ,libxkbfile)