all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Felix Lechner via Guix-patches via <guix-patches@gnu.org>
To: 58402@debbugs.gnu.org
Subject: [bug#58402] [PATCH core-updates] gnu: xkeyboard-config: Update to 2.37.
Date: Sun, 9 Oct 2022 13:41:56 -0700	[thread overview]
Message-ID: <CAFHYt57sZuKqMOe48iKOrY1nDFAC1EMaavOty-0yZP-rA0Pddw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 154 bytes --]

Control: tags -1 + patch

Hi,

This updates xkeyboard-config to the most recent release.

It belongs to core-updates. Thanks!

Kind regards
Felix Lechner

[-- Attachment #2: 0001-gnu-xkeyboard-config-Update-to-2.37.patch --]
[-- Type: text/x-patch, Size: 1311 bytes --]

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(-)

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


             reply	other threads:[~2022-10-09 20:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-09 20:41 Felix Lechner via Guix-patches via [this message]
2023-04-26  0:45 ` bug#58402: [PATCH core-updates] gnu: xkeyboard-config: Update to 2.37 Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFHYt57sZuKqMOe48iKOrY1nDFAC1EMaavOty-0yZP-rA0Pddw@mail.gmail.com \
    --to=guix-patches@gnu.org \
    --cc=58402@debbugs.gnu.org \
    --cc=felix.lechner@lease-up.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.