guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: libxkbcommon: Update to 1.3.0.


From: guix-commits
Subject: branch core-updates updated: gnu: libxkbcommon: Update to 1.3.0.
Date: Sat, 03 Jul 2021 17:05:35 -0400

This is an automated email from the git hooks/post-receive script.

bricewge 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 331ec57  gnu: libxkbcommon: Update to 1.3.0.
331ec57 is described below

commit 331ec572d1792cee79c83371092348159d60a16c
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Sat Jul 3 23:02:03 2021 +0200

    gnu: libxkbcommon: Update to 1.3.0.
    
    * gnu/packages/xdisorg.scm (libxkbcommon): Update to 1.3.0.
---
 gnu/packages/xdisorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 97fc921..d0da2d2 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -32,7 +32,7 @@
 ;;; Copyright © 2020, 2021 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2020 David Wilson <david@daviwil.com>
 ;;; Copyright © 2020 Ivan Vilata i Balaguer <ivan@selidor.net>
-;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
+;;; Copyright © 2020, 2021 Brice Waegeneire <brice@waegenei.re>
 ;;; Copyright © 2020 Damien Cassou <damien@cassou.me>
 ;;; Copyright © 2020 John Soo <jsoo1@asu.edu>
 ;;; Copyright © 2020 Boris A. Dekshteyn <boris.dekshteyn@gmail.com>
@@ -420,14 +420,14 @@ avoiding password prompts when X11 forwarding has already 
been setup.")
 (define-public libxkbcommon
   (package
     (name "libxkbcommon")
-    (version "1.0.3")
+    (version "1.3.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://xkbcommon.org/download/libxkbcommon-";
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0lmwglj16anhpaq0h830xsl1ivknv75i4lir9bk88aq73s2jy852"))))
+               "0ysynzzgzd9jdrh1321r4bgw8wd5zljrlyn5y1a31g39xacf02bv"))))
     (build-system meson-build-system)
     (inputs
      `(("libx11" ,libx11)



reply via email to

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