guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: interception-dual-function-keys: Update to 1.4.0.


From: guix-commits
Subject: 03/05: gnu: interception-dual-function-keys: Update to 1.4.0.
Date: Mon, 26 Jul 2021 13:43:18 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 3bbbb24f4cb84ffb83701f540a5072e20566a91a
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Sun Jul 11 00:22:46 2021 -0400

    gnu: interception-dual-function-keys: Update to 1.4.0.
    
    * gnu/packages/linux.scm (interception-dual-function-keys)
    [version]: Update to 1.4.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6dc6cf4..55a9442 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3779,7 +3779,7 @@ devices that can inject events directly into the input 
subsystem.")
 (define-public interception-dual-function-keys
   (package
     (name "interception-dual-function-keys")
-    (version "1.3.0")
+    (version "1.4.0")
     (home-page 
"https://gitlab.com/interception/linux/plugins/dual-function-keys";)
     (source (origin
               (method git-fetch)
@@ -3789,7 +3789,7 @@ devices that can inject events directly into the input 
subsystem.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1gvhkmwzl5fyyc7k8rc4rf2b9mzh05wa8wcybf9hz2x1mqkc7lmz"))))
+                "0s49vbg3j4rwh78i8rx8qr7myql09p7b3lhrjl0p7dd98xp6ann6"))))
     (build-system gnu-build-system)
     (inputs
      `(("libevdev" ,libevdev)



reply via email to

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