[PATCH core-updates] gnu: xkeyboard-config: Update to 2.37.

  • Done
  • quality assurance status badge
Details
2 participants
  • Felix Lechner
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Felix Lechner
Severity
normal
F
F
Felix Lechner wrote on 9 Oct 2022 22:41
(address . guix-patches@gnu.org)
CAFHYt57sZuKqMOe48iKOrY1nDFAC1EMaavOty-0yZP-rA0Pddw@mail.gmail.com
Control: tags -1 + patch

Hi,

This updates xkeyboard-config to the most recent release.

It belongs to core-updates. Thanks!

Kind regards
Felix Lechner
From 26ec27352f90370885638722e465f32bc5160d5d Mon Sep 17 00:00:00 2001
From: Felix Lechner <felix.lechner@lease-up.com>
Date: Sun, 9 Oct 2022 13:38:06 -0700
Subject: [PATCH] gnu: xkeyboard-config: Update to 2.37.

* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.37.
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index aeb73ad631..695bd8449a 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3871,7 +3871,7 @@ (define-public xkbutils
(define-public xkeyboard-config
(package
(name "xkeyboard-config")
- (version "2.36")
+ (version "2.37")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3879,7 +3879,7 @@ (define-public xkeyboard-config
"xkeyboard-config-" version ".tar.xz"))
(sha256
(base32
- "158m7r6ga7w12ry35q6d0z6hilbpj9h7ilw56h55478n58lv26qz"))))
+ "0v4clrxrjygpy5arnb2x3ksvsah5mdprsarhqzbi0qjbmjjq64zb"))))
(build-system meson-build-system)
(inputs (list libx11 xkbcomp-intermediate))
(native-inputs (list gettext-minimal libxslt perl pkg-config python))

base-commit: 77759234a3c436816297dd1e989704e37489a129
--
2.38.0
M
M
Maxim Cournoyer wrote on 26 Apr 2023 02:45
(name . Felix Lechner)(address . felix.lechner@lease-up.com)(address . 58402-done@debbugs.gnu.org)
87jzxzo4hp.fsf@gmail.com
Hello,

Felix Lechner <felix.lechner@lease-up.com> writes:

Toggle quote (8 lines)
> Control: tags -1 + patch
>
> Hi,
>
> This updates xkeyboard-config to the most recent release.
>
> It belongs to core-updates. Thanks!

Thanks; xkeyboard-config is now at 2.38 on master.

Closing!

--
Thanks,
Maxim
Closed
?