emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69881: closed ([PATCH] gnu: freedesktop: Update libinput to 1.25.0.)


From: GNU bug Tracking System
Subject: bug#69881: closed ([PATCH] gnu: freedesktop: Update libinput to 1.25.0.)
Date: Mon, 09 Sep 2024 03:21:02 +0000

Your message dated Mon, 09 Sep 2024 03:20:09 +0000
with message-id <878qw1bjj5.fsf@protonmail.com>
and subject line Re: [bug#69881] [PATCH] gnu: freedesktop: Update libinput to 
1.25.0.
has caused the debbugs.gnu.org bug report #69881,
regarding [PATCH] gnu: freedesktop: Update libinput to 1.25.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69881: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69881
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: freedesktop: Update libinput to 1.25.0. Date: Mon, 18 Mar 2024 23:12:06 +0100
---
 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 20cf2510d2..3fb89dbc5a 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -573,7 +573,7 @@ (define-public libinput
   ;; Updating this will rebuild over 700 packages through libinput-minimal.
   (package
     (name "libinput")
-    (version "1.22.1")
+    (version "1.25.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -581,7 +581,7 @@ (define-public libinput
                     (commit version)))
               (sha256
                (base32
-                "17a5qlym2d6lg2j8fdpxda9k7x5zr35flb4wlj1bz7h0mnkh8326"))))
+                "0nzz76lgjkj8la5icmv9zm43gb3d12ygjcilc4nqh25ywpj58qbk"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#69881] [PATCH] gnu: freedesktop: Update libinput to 1.25.0. Date: Mon, 09 Sep 2024 03:20:09 +0000
Hello,

On Mon, Mar 18, 2024 at 11:12 PM, Daniel Ziltener wrote:

> ---
>  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 20cf2510d2..3fb89dbc5a 100644
> --- a/gnu/packages/freedesktop.scm
> +++ b/gnu/packages/freedesktop.scm
> @@ -573,7 +573,7 @@ (define-public libinput
>    ;; Updating this will rebuild over 700 packages through libinput-minimal.
>    (package
>      (name "libinput")
> -    (version "1.22.1")
> +    (version "1.25.0")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
> @@ -581,7 +581,7 @@ (define-public libinput
>                      (commit version)))
>                (sha256
>                 (base32
> -                "17a5qlym2d6lg2j8fdpxda9k7x5zr35flb4wlj1bz7h0mnkh8326"))))
> +                "0nzz76lgjkj8la5icmv9zm43gb3d12ygjcilc4nqh25ywpj58qbk"))))
>      (build-system meson-build-system)
>      (arguments
>       `(#:configure-flags '("-Ddocumentation=false")

I've update libinput to the latest version on mesa-updates, superseding
this patch but thank you!

John



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]