[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: xkeyboard-config: Update to 2.20.
From: |
Marius Bakke |
Subject: |
02/02: gnu: xkeyboard-config: Update to 2.20. |
Date: |
Wed, 1 Feb 2017 14:03:20 +0000 (UTC) |
mbakke pushed a commit to branch staging
in repository guix.
commit b097a3387ea78797104f97eef445f5da6278c922
Author: Marius Bakke <address@hidden>
Date: Wed Feb 1 14:45:22 2017 +0100
gnu: xkeyboard-config: Update to 2.20.
* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.20.
---
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 bb3182f..35a3b06 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3722,7 +3722,7 @@ extension to the X11 protocol. It includes:
(define-public xkeyboard-config
(package
(name "xkeyboard-config")
- (version "2.18")
+ (version "2.20")
(source
(origin
(method url-fetch)
@@ -3732,7 +3732,7 @@ extension to the X11 protocol. It includes:
".tar.bz2"))
(sha256
(base32
- "1l6x2w357ja8vm94ns79s7yj9a5dlr01r9dxrjvzwncadiyr27f4"))))
+ "0d619g4r0w1f6q5qmaqjnsc0956gi02fqgpisqffzqy4acjwggyi"))))
(build-system gnu-build-system)
(inputs
`(("gettext" ,gettext-minimal)