[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/15: gnu: xkbutils: Update to 1.0.5.
From: |
guix-commits |
Subject: |
02/15: gnu: xkbutils: Update to 1.0.5. |
Date: |
Sat, 22 Oct 2022 17:25:11 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a472deca27feb6aa4c01469992e1fc0595c93347
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:01 2022 +0200
gnu: xkbutils: Update to 1.0.5.
* gnu/packages/xorg.scm (xkbutils): Update to 1.0.5.
---
gnu/packages/xorg.scm | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index ad9356706b..24c4fb1ea1 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3843,17 +3843,14 @@ one from a running X server.")
(define-public xkbutils
(package
(name "xkbutils")
- (version "1.0.4")
+ (version "1.0.5")
(source
- (origin
- (method url-fetch)
- (uri (string-append
- "mirror://xorg/individual/app/xkbutils-"
- version
- ".tar.bz2"))
- (sha256
- (base32
- "0c412isxl65wplhl7nsk12vxlri29lk48g3p52hbrs3m0awqm8fj"))))
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://xorg/individual/app/xkbutils-"
+ version ".tar.xz"))
+ (sha256
+ (base32 "197f4pgw3jdnlp7sj37f3xf15ayad20sl7vvg2rvx0j5qplsi97n"))))
(build-system gnu-build-system)
(inputs
(list libxt libxaw xorgproto))
- 03/15: gnu: xmag: Update to 1.0.7., (continued)
- 03/15: gnu: xmag: Update to 1.0.7., guix-commits, 2022/10/22
- 06/15: gnu: xmessage: Update to 1.0.6., guix-commits, 2022/10/22
- 05/15: gnu: smproxy: Update to 1.0.7., guix-commits, 2022/10/22
- 01/15: gnu: xev: Update to 1.2.5., guix-commits, 2022/10/22
- 08/15: gnu: xterm: Update to 374., guix-commits, 2022/10/22
- 09/15: gnu: xcb-util-cursor: Update to 0.1.4., guix-commits, 2022/10/22
- 10/15: gnu: pass-age: Add age-keygen to inputs., guix-commits, 2022/10/22
- 12/15: gnu: xlsxio: Remove ad hoc 'install phase., guix-commits, 2022/10/22
- 13/15: gnu: xlsxio: Update to 0.2.33., guix-commits, 2022/10/22
- 07/15: gnu: xrefresh: Update to 1.0.7., guix-commits, 2022/10/22
- 02/15: gnu: xkbutils: Update to 1.0.5.,
guix-commits <=
- 15/15: gnu: parallel: Update to 20221022., guix-commits, 2022/10/22
- 14/15: gnu: mtools: Update to 4.0.42., guix-commits, 2022/10/22