[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: libxkbcommon: Update to 1.4.1.
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: libxkbcommon: Update to 1.4.1. |
Date: |
Sat, 08 Oct 2022 01:25:03 -0400 |
This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new 6a6e68e212 gnu: libxkbcommon: Update to 1.4.1.
6a6e68e212 is described below
commit 6a6e68e212f19fd7f1b213a3efbb45385212ec3d
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Fri Oct 7 20:49:45 2022 +0800
gnu: libxkbcommon: Update to 1.4.1.
* gnu/packages/xdisorg.scm (libxkbcommon): Update to 1.4.1.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
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 a16b882cea..63b4948542 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -486,14 +486,14 @@ avoiding password prompts when X11 forwarding has already
been setup.")
(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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: libxkbcommon: Update to 1.4.1.,
guix-commits <=