gnu: xkeyboard-config: Upgrade to 2.41.

  • Open
  • quality assurance status badge
Details
One participant
  • B. Wilson
Owner
unassigned
Submitted by
B. Wilson
Severity
normal
B
B
B
B. Wilson wrote on 2 Jun 04:43 +0200
(address . 71316@debbugs.gnu.org)
2NTA928SU61KX.3B3SY5KUJP6SV@wilsonb.com
From 9ed36ee6ea9479007108e696afa389d5030c2280 Mon Sep 17 00:00:00 2001
From: "B. Wilson" <elaexuotee@wilsonb.com>
Date: Fri, 31 May 2024 08:58:07 +0900
Subject: [PATCH] gnu: xkeyboard-config: Upgrade to 2.41.

* gnu/packages/xorg.scm (xkeyboard-config): Upgrade to 2.41.
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index c13a1f4215..6b7a66bf51 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3771,15 +3771,15 @@ (define-public xkbutils
(define-public xkeyboard-config
(package
(name "xkeyboard-config")
- (version "2.38")
+ (version "2.41")
(source (origin
(method url-fetch)
(uri (string-append
- "ftp://ftp.freedesktop.org/pub/xorg//individual/data/xkeyboard-config/"
+ "https://www.x.org/releases/individual/data/xkeyboard-config/"
"xkeyboard-config-" version ".tar.xz"))
(sha256
(base32
- "0wn8asnbz111194ksi2mysa6ikn4kqgd9rpfydl8icc6mcdsk406"))))
+ "13vjvyg1fjvsqzqkpxzigvv94v154mcb2gba4d80spi9aywxcb7h"))))
(build-system meson-build-system)
(inputs (list libx11 xkbcomp-intermediate))
(native-inputs (list gettext-minimal libxslt perl pkg-config python))
--
2.41.0
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 71316@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71316
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch