[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: libxkbcommon: Update to 1.0.3.
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: libxkbcommon: Update to 1.0.3. |
Date: |
Sun, 03 Jan 2021 10:24:56 -0500 |
This is an automated email from the git hooks/post-receive script.
efraim 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 82c791a gnu: libxkbcommon: Update to 1.0.3.
82c791a is described below
commit 82c791a3b153dc01cc44521f14564c8a9df74271
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Mon Dec 28 16:30:57 2020 +0100
gnu: libxkbcommon: Update to 1.0.3.
* gnu/packages/xdisorg.scm (libxkbcommon): Update to 1.0.3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
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 b433ea4..d47524e 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -357,14 +357,14 @@ avoiding password prompts when X11 forwarding has already
been setup.")
(define-public libxkbcommon
(package
(name "libxkbcommon")
- (version "1.0.1")
+ (version "1.0.3")
(source (origin
(method url-fetch)
(uri (string-append "https://xkbcommon.org/download/libxkbcommon-"
version ".tar.xz"))
(sha256
(base32
- "13bcdf2xpjxwbghas0cr448z89qqki2ssgfgswc257y9859v4s5b"))))
+ "0lmwglj16anhpaq0h830xsl1ivknv75i4lir9bk88aq73s2jy852"))))
(build-system meson-build-system)
(inputs
`(("libx11" ,libx11)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: libxkbcommon: Update to 1.0.3.,
guix-commits <=