iyzsong pushed a commit to branch xorg-updates
in repository guix.
commit e6b1cbc99cdaf174a9805815cb961391d95ca972
Author: 宋文武 <[email protected]>
AuthorDate: Sat Dec 28 18:24:41 2024 +0800
gnu: xcb-util-renderutil: Update to 0.3.10.
* gnu/packages/xorg.scm (xcb-util-renderutil): Update to 0.3.10.
Change-Id: Ieadccede263ccdbea38c62abe06b4f85b91da4dc
---
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 9f1d075e4c..39fa48485d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5725,14 +5725,14 @@ The XCB util-keysyms module provides the following
library:
(define-public xcb-util-renderutil
(package
(name "xcb-util-renderutil")
- (version "0.3.9")
+ (version "0.3.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/xcb/"
- name "-" version ".tar.bz2"))
+ name "-" version ".tar.xz"))
(sha256
(base32
- "0nza1csdvvxbmk8vgv8vpmq7q8h05xrw3cfx9lwxd1hjzd47xsf6"))))
+ "1fh4dnlwlqyccrhmmwlv082a7mxc7ss7vmzmp7xxp39dwbqd859y"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")