iyzsong pushed a commit to branch xorg-updates
in repository guix.

commit 357318b3c38a1d590cc3da2241c5dec72890f958
Author: Sou Bunnbu (宋文武) <[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 d0b8510750..6b8427ea05 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5726,14 +5726,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")

Reply via email to