unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58351] [PATCH] gnu: libxkbcommon: Update to 1.4.1.
@ 2022-10-07 12:49 Hilton Chain via Guix-patches via
  2022-10-08  5:25 ` bug#58351: " Maxim Cournoyer
  0 siblings, 1 reply; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2022-10-07 12:49 UTC (permalink / raw)
  To: 58351

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#58351: [PATCH] gnu: libxkbcommon: Update to 1.4.1.
  2022-10-07 12:49 [bug#58351] [PATCH] gnu: libxkbcommon: Update to 1.4.1 Hilton Chain via Guix-patches via
@ 2022-10-08  5:25 ` Maxim Cournoyer
  2022-10-09  9:45   ` [bug#58351] " Hilton Chain via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Maxim Cournoyer @ 2022-10-08  5:25 UTC (permalink / raw)
  To: Hilton Chain; +Cc: 58351-done

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#58351] [PATCH] gnu: libxkbcommon: Update to 1.4.1.
  2022-10-08  5:25 ` bug#58351: " Maxim Cournoyer
@ 2022-10-09  9:45   ` Hilton Chain via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2022-10-09  9:45 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 58351-done

Thank you! I'll check that out next time ^⁠_⁠^




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-09  9:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-07 12:49 [bug#58351] [PATCH] gnu: libxkbcommon: Update to 1.4.1 Hilton Chain via Guix-patches via
2022-10-08  5:25 ` bug#58351: " Maxim Cournoyer
2022-10-09  9:45   ` [bug#58351] " Hilton Chain via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).