1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: interception-dual-function-keys: Update to 1.5.0.

* gnu/packages/linux.scm (interception-dual-function-keys):
  Update to 1.5.0.

Change-Id: Iafee6740b3abca2042d3cdae089e4ea8a90e5b9a
Merges: https://debbugs.gnu.org/66963
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
This commit is contained in:
kiasoc5
2023-11-05 22:19:21 -05:00
committed by Nguyễn Gia Phong
parent 4410335e28
commit 196649b70d

View File

@@ -6021,7 +6021,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.4.0")
(version "1.5.0")
(home-page "https://gitlab.com/interception/linux/plugins/dual-function-keys")
(source (origin
(method git-fetch)
@@ -6031,7 +6031,7 @@ devices that can inject events directly into the input subsystem.")
(file-name (git-file-name name version))
(sha256
(base32
"0s49vbg3j4rwh78i8rx8qr7myql09p7b3lhrjl0p7dd98xp6ann6"))))
"17jc02wh45yk427qryb0ydyim16607i31wyghbsahahd6mrh9ylv"))))
(build-system gnu-build-system)
(inputs
(list libevdev yaml-cpp))