guix-commits
[Top][All Lists]
Advanced

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

77/113: gnu: xcb-util-keysyms: Update to 0.4.1.


From: guix-commits
Subject: 77/113: gnu: xcb-util-keysyms: Update to 0.4.1.
Date: Fri, 31 Jan 2025 04:12:14 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 3b1de49181f5637fe146e67ed62f36f4d5182c9f
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
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")))



reply via email to

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