guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: libevdev: Update to 1.11.0.


From: guix-commits
Subject: branch staging updated: gnu: libevdev: Update to 1.11.0.
Date: Sat, 19 Jun 2021 17:27:15 -0400

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

bricewge pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new d7d1d8b  gnu: libevdev: Update to 1.11.0.
d7d1d8b is described below

commit d7d1d8bd8a233ff61489e88b16527a99b8f32f12
Author: Matthew James Kraai <kraai@ftbfs.org>
AuthorDate: Sun Jun 6 22:29:52 2021 -0700

    gnu: libevdev: Update to 1.11.0.
    
    * gnu/packages/xorg.scm (libevdev): Update to 1.11.0.
    
    Signed-off-by: Brice Waegeneire <brice@waegenei.re>
---
 gnu/packages/xorg.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 97ff8ab..5635498 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -26,6 +26,7 @@
 ;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2020 Jean-Baptiste Note <jean-baptiste.note@m4x.org>
+;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2466,7 +2467,7 @@ XC-APPGROUP, XTEST.")
 (define-public libevdev
   (package
     (name "libevdev")
-    (version "1.9.1")
+    (version "1.11.0")
     (source
      (origin
        (method url-fetch)
@@ -2474,7 +2475,7 @@ XC-APPGROUP, XTEST.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1jvsphdrs1i54ccjcn6ll26jy42am7h28lbsvwa6pmxgqm43qq7m"))))
+         "1l628xblk36vh7aqia1fw6hh62af7va0pd70h28112l5i4afmx33"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-static")))



reply via email to

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