guix-patches
[Top][All Lists]
Advanced

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

bug#58351: [PATCH] gnu: libxkbcommon: Update to 1.4.1.


From: Maxim Cournoyer
Subject: bug#58351: [PATCH] gnu: libxkbcommon: Update to 1.4.1.
Date: Sat, 08 Oct 2022 01:25:28 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hello,

Hilton Chain <hako@ultrarare.space> writes:

> * gnu/packages/xdisorg.scm (libxkbcommon): Update to 1.4.1.
> ---
>  gnu/packages/xdisorg.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
> index 9908f29191..8217f66584 100644
> --- a/gnu/packages/xdisorg.scm
> +++ b/gnu/packages/xdisorg.scm
> @@ -486,14 +486,14 @@ (define-public xclip
>  (define-public libxkbcommon
>    (package
>      (name "libxkbcommon")
> -    (version "1.3.0")
> +    (version "1.4.1")
>      (source (origin
>               (method url-fetch)
>               (uri (string-append 
> "https://xkbcommon.org/download/libxkbcommon-";
>                                   version ".tar.xz"))
>               (sha256
>                (base32
> -               "0ysynzzgzd9jdrh1321r4bgw8wd5zljrlyn5y1a31g39xacf02bv"))))
> +               "0fbb2dyjvf71p42y2jmwdcylsvj03w52f5rb23c2d00rwahhfg4l"))))
>      (build-system meson-build-system)
>      (inputs
>       (list libx11
>
> base-commit: 9ca0f9e5a9ee0f7aaa86719cc61757734a37eee6

This would cause a mass rebuild of packages (see 'guix refresh -l
libxkbcommon').  In the future, please use the [PATCH core-updates]
prefix for such submission (git send-email --subject-prefix='PATCH
core-updates') or staging, depending on the dependent packages count.

I've applied it to core-updates, thank you!

-- 
Maxim





reply via email to

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