guix-commits
[Top][All Lists]
Advanced

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

36/113: gnu: xkbcomp: Update to 1.4.7.


From: guix-commits
Subject: 36/113: gnu: xkbcomp: Update to 1.4.7.
Date: Mon, 27 Jan 2025 06:27:52 -0500 (EST)

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

commit 3ce548c694f3fd903b9be70672e29824138cc46d
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Dec 28 17:56:42 2024 +0800

    gnu: xkbcomp: Update to 1.4.7.
    
    * gnu/packages/xorg.scm (xkbcomp-intermediate): Update to 1.4.7.
    
    Change-Id: I14e4c217fb3a218d3b0813e955db71479c86664b
---
 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 d87a6ba752..0b78065445 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3722,15 +3722,15 @@ alternative implementations like XRandR or TwinView.")
 (define-public xkbcomp-intermediate        ;used as input for xkeyboard-config
   (package
     (name "xkbcomp-intermediate")
-    (version "1.4.5")
+    (version "1.4.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://xorg/individual/app/xkbcomp-"
-                           version ".tar.bz2"))
+                           version ".tar.xz"))
        (sha256
         (base32
-         "0pmhshqinwqh5rip670l3szjpywky67hv232ql6gvdj489n0hlb8"))))
+         "0xqzz209m9i43jbyrf2lh4xdbyhzzzn9mis2f2c32kplwla82a0a"))))
     (build-system gnu-build-system)
     (inputs
      (list xorgproto libxkbfile libx11))



reply via email to

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