all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 65525@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>
Subject: [bug#65525] [PATCH core-updates 1/2] gnu: libinput: Update to 1.24.0.
Date: Fri, 25 Aug 2023 16:51:12 +0800	[thread overview]
Message-ID: <ab3dad3bf5704dbe208bae3cfcb860c6fe1ff51d.1692953417.git.hako@ultrarare.space> (raw)

* gnu/packages/freedesktop.scm (libinput): Update to 1.24.0.
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 0e80550492..23766622b4 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -557,7 +557,7 @@ (define-public libinput
   ;; Updating this will rebuild over 700 packages through libinput-minimal.
   (package
     (name "libinput")
-    (version "1.23.0")
+    (version "1.24.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -566,7 +566,7 @@ (define-public libinput
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0wnqfnxxvf9jclh64hrb0scn3s1dmwdkmqf7hp0cfmjz5n5nnv7d"))))
+                "0xk0dljykjfmkks7kjxvbia6g3wadmy7lihfygm8icywkq8j0dw1"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")

base-commit: c365cc69881f3aec633b88ba22c7fe8faec3597e
-- 
2.41.0





             reply	other threads:[~2023-08-25  8:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-25  8:51 Hilton Chain via Guix-patches via [this message]
2023-08-25  8:53 ` [bug#65525] [PATCH core-updates 2/2] gnu: libinput: Remove input labels Hilton Chain via Guix-patches via
2023-10-20  3:08   ` bug#65525: " 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=ab3dad3bf5704dbe208bae3cfcb860c6fe1ff51d.1692953417.git.hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=65525@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    /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.