summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPaul A. Patience <paul@apatience.com>2021-07-11 00:22:46 -0400
committerLudovic Courtès <ludo@gnu.org>2021-07-26 19:42:49 +0200
commit3bbbb24f4cb84ffb83701f540a5072e20566a91a (patch)
treee5f3f8617fd6b7589027fb01c94fb2708aa8ef13 /gnu
parent0a1ea2b0fb9f486c0e56320b92f3dd4a95c7ff1c (diff)
downloadguix-patches-3bbbb24f4cb84ffb83701f540a5072e20566a91a.tar
guix-patches-3bbbb24f4cb84ffb83701f540a5072e20566a91a.tar.gz
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6dc6cf428a..55a94428ed 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)