guix-commits
[Top][All Lists]
Advanced

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

09/12: gnu: interception-tools: Update to 0.6.8.


From: guix-commits
Subject: 09/12: gnu: interception-tools: Update to 0.6.8.
Date: Fri, 17 Dec 2021 16:51:45 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7aff8dcf50333b6ad89648407ac17b4f06b00856
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Dec 17 21:30:10 2021 +0100

    gnu: interception-tools: Update to 0.6.8.
    
    * gnu/packages/linux.scm (interception-tools): Update to 0.6.8.
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index bb11884..5331096 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3906,7 +3906,7 @@ devices that can inject events directly into the input 
subsystem.")
 (define-public interception-tools
   (package
     (name "interception-tools")
-    (version "0.6.7")
+    (version "0.6.8")
     (home-page "https://gitlab.com/interception/linux/tools";)
     (source (origin
               (method git-fetch)
@@ -3916,7 +3916,7 @@ devices that can inject events directly into the input 
subsystem.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0wcmppa7092b33wb8vc782day5phf90pc25cn1x7rk0rlw565z36"))))
+                "1sbidym6ld4c8cx2ww5i54zsv8v0kygv15zq1yimz44v4my605wf"))))
     (build-system cmake-build-system)
     (native-inputs
      (list pkg-config))
@@ -3926,7 +3926,7 @@ devices that can inject events directly into the input 
subsystem.")
        ("libudev" ,eudev)
        ("yaml-cpp" ,yaml-cpp)))
     (arguments
-     `(#:tests? #f)) ; no test suite
+     `(#:tests? #f))                    ; no test suite
     (synopsis "Utilities for operating on input events of evdev devices")
     (description
      "Interception Tools provides a composable infrastructure on top of



reply via email to

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