[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: xkeyboard-config: Update to 2.23.1.
From: |
Marius Bakke |
Subject: |
04/04: gnu: xkeyboard-config: Update to 2.23.1. |
Date: |
Sat, 17 Feb 2018 11:24:51 -0500 (EST) |
mbakke pushed a commit to branch staging
in repository guix.
commit 38692248ba1c6281ea4e9da59bcca0294bb7763a
Author: Marius Bakke <address@hidden>
Date: Sat Feb 17 17:06:11 2018 +0100
gnu: xkeyboard-config: Update to 2.23.1.
* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.23.1.
---
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 25eefe6..b66d6e7 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3821,7 +3821,7 @@ extension to the X11 protocol. It includes:
(define-public xkeyboard-config
(package
(name "xkeyboard-config")
- (version "2.22")
+ (version "2.23.1")
(source
(origin
(method url-fetch)
@@ -3831,7 +3831,7 @@ extension to the X11 protocol. It includes:
".tar.bz2"))
(sha256
(base32
- "1garmbyfjp0han04l2l90zzwlfbdgdxl6r1qnic36i5wkycckbny"))))
+ "1wq27cs1c9y7d1d7zp5yhq29paj9smajdb68lyvm28d2zq2vqjra"))))
(build-system gnu-build-system)
(inputs
`(("gettext" ,gettext-minimal)