[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/33: gnu: xkbevd: Update to 1.1.5.
From: |
guix-commits |
Subject: |
23/33: gnu: xkbevd: Update to 1.1.5. |
Date: |
Tue, 31 Jan 2023 05:55:55 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 0c85df83571050fe290dab20b01a86cf94058a4b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 31 12:08:31 2023 +0200
gnu: xkbevd: Update to 1.1.5.
* gnu/packages/xorg.scm (xkbevd): Update to 1.1.5.
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index c0ce4beb02..fb6a4c8fbf 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3787,17 +3787,17 @@ make keyboards more accessible to people with physical
impairments.")
(define-public xkbevd
(package
(name "xkbevd")
- (version "1.1.4")
+ (version "1.1.5")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/xkbevd-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0sprjx8i86ljk0l7ldzbz2xlk8916z5zh78cafjv8k1a63js4c14"))))
+ "0swjhk33fp15060hhzycmk288ys51wwm6l7p9xy4blz95mq7nd9q"))))
(build-system gnu-build-system)
(inputs
(list libxkbfile libx11))
- 02/33: gnu: xf86-video-qxl: Update to 0.1.6., (continued)
- 02/33: gnu: xf86-video-qxl: Update to 0.1.6., guix-commits, 2023/01/31
- 03/33: gnu: xf86-video-vmware: Limit to x86_64-linux and i686-linux., guix-commits, 2023/01/31
- 07/33: gnu: libxxf86dga: Update to 1.1.6., guix-commits, 2023/01/31
- 10/33: gnu: xcursorgen: Update to 1.0.8., guix-commits, 2023/01/31
- 01/33: gnu: xf86-video-voodoo: Update to 1.2.6., guix-commits, 2023/01/31
- 12/33: gnu: xf86-input-joystick: Update to 1.6.4., guix-commits, 2023/01/31
- 18/33: gnu: xf86-video-sunffb: Update to 1.2.3., guix-commits, 2023/01/31
- 21/33: gnu: xgamma: Update to 1.0.7., guix-commits, 2023/01/31
- 16/33: gnu: xf86-video-r128: Update to 6.12.1., guix-commits, 2023/01/31
- 17/33: gnu: xf86-video-suncg6: Update to 1.1.3., guix-commits, 2023/01/31
- 23/33: gnu: xkbevd: Update to 1.1.5.,
guix-commits <=
- 27/33: gnu: xlsclients: Update to 1.1.5., guix-commits, 2023/01/31
- 28/33: gnu: xfd: Update to 1.1.4., guix-commits, 2023/01/31
- 30/33: gnu: xsetroot: Update to 1.1.3., guix-commits, 2023/01/31
- 05/33: gnu: lndir: Update to 1.0.4., guix-commits, 2023/01/31
- 04/33: gnu: imake: Update to 1.0.9., guix-commits, 2023/01/31
- 06/33: gnu: libxscrnsaver: Update to 1.2.4., guix-commits, 2023/01/31
- 08/33: gnu: makedepend: Update to 1.0.8., guix-commits, 2023/01/31
- 11/33: gnu: xdriinfo: Update to 1.0.7., guix-commits, 2023/01/31
- 13/33: gnu: xf86-input-mouse: Update to 1.9.4., guix-commits, 2023/01/31
- 14/33: gnu: xf86-video-ast: Update to 1.1.6., guix-commits, 2023/01/31