GNU bug report logs -
#58351
[PATCH] gnu: libxkbcommon: Update to 1.4.1.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Fri, 7 Oct 2022 12:51:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 08 Oct 2022 01:25:28 -0400
with message-id <87zge6zy2f.fsf <at> 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 <at> gnu.org.)
--
58351: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58351
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
Hello,
Hilton Chain <hako <at> 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
This bug report was last modified 2 years and 318 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.