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: 63847@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>
Subject: [bug#63847] [PATCH core-updates] gnu: libinput: Update to 1.23.0.
Date: Fri,  2 Jun 2023 22:51:13 +0800	[thread overview]
Message-ID: <20230602145113.10433-1-hako@ultrarare.space> (raw)

* gnu/packages/freedesktop.scm (libinput): Update to 1.23.0.
[source]: Add file-name field.
[native-inputs]: Add python-minimal-wrapper and python-pytest.
---
 gnu/packages/freedesktop.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 6385741d89..3fc73a0822 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -557,15 +557,16 @@ (define-public libinput
   ;; Updating this will rebuild over 700 packages through libinput-minimal.
   (package
     (name "libinput")
-    (version "1.22.1")
+    (version "1.23.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://gitlab.freedesktop.org/libinput/libinput.git")
                     (commit version)))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "17a5qlym2d6lg2j8fdpxda9k7x5zr35flb4wlj1bz7h0mnkh8326"))))
+                "0wnqfnxxvf9jclh64hrb0scn3s1dmwdkmqf7hp0cfmjz5n5nnv7d"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")
@@ -575,7 +576,7 @@ (define-public libinput
        ;; Meson target anyway.
        #:build-type "release"))
     (native-inputs
-     (list check pkg-config))
+     (list check pkg-config python-minimal-wrapper python-pytest))
     (inputs
      (list cairo
            glib

base-commit: a7d9cd742c3149bb014db95f88d1158d590bc124
-- 
2.40.1





             reply	other threads:[~2023-06-02 14:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-02 14:51 Hilton Chain via Guix-patches via [this message]
2023-08-25  7:11 ` bug#63847: Close: [bug63847] [PATCH core-updates] gnu: libinput: Update to 1.23.0 Hilton Chain via Guix-patches via

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=20230602145113.10433-1-hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=63847@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.