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

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

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


From: GNU bug Tracking System
Subject: bug#58351: closed ([PATCH] gnu: libxkbcommon: Update to 1.4.1.)
Date: Sat, 08 Oct 2022 05:26:02 +0000

Your message dated Sat, 08 Oct 2022 01:25:28 -0400
with message-id <87zge6zy2f.fsf@gmail.com>
and subject line Re: bug#58351: [PATCH] gnu: libxkbcommon: Update to 1.4.1.
has caused the debbugs.gnu.org bug report #58351,
regarding [PATCH] gnu: libxkbcommon: Update to 1.4.1.
to be marked as done.

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


-- 
58351: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58351
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: libxkbcommon: Update to 1.4.1. Date: Fri, 07 Oct 2022 20:49:45 +0800
* 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
-- 
2.37.3




--- End Message ---
--- Begin Message --- Subject: Re: 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


--- End Message ---

reply via email to

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