guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

78/112: gnu: xcb-util-keysyms: Update to 0.4.1.


From: guix-commits
Subject: 78/112: gnu: xcb-util-keysyms: Update to 0.4.1.
Date: Thu, 9 Jan 2025 07:26:24 -0500 (EST)

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

commit 1be6d59539e7d390e5e0c782080c0b22f5afb901
Author: 宋文武 <iyzsong@member.fsf.org>
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 119f58b6ac..9f1d075e4c 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5692,14 +5692,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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]