iyzsong pushed a commit to branch xorg-updates
in repository guix.
commit 5d6f7439848a05d393acc77c3b17e7e9c1ae7dca
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Sat Dec 28 18:24:14 2024 +0800
gnu: xcb-util-keysyms: Update to 0.4.1.
* gnu/packages/xorg.scm (xcb-util-keysyms): Update to 0.4.1.
Change-Id: I9df4d35947501dd74c1ca1747bfc82ed5af25ead
---
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 a371b852fe..d0b8510750 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5693,14 +5693,14 @@ The XCB util-image module provides the following
library:
(define-public xcb-util-keysyms
(package
(name "xcb-util-keysyms")
- (version "0.4.0")
+ (version "0.4.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/xcb/"
- name "-" version ".tar.bz2"))
+ name "-" version ".tar.xz"))
(sha256
(base32
- "1nbd45pzc1wm6v5drr5338j4nicbgxa5hcakvsvm5pnyy47lky0f"))))
+ "0f66snk179hmp8ppgv1zp9y7pl1vzn52znpikm1fsaj1ji90l9kw"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))