diff options
| author | kiasoc5 <kiasoc5@disroot.org> | 2023-11-05 22:19:21 -0500 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-04-02 17:06:16 +0900 |
| commit | 196649b70d9531d90d749fbd2fca37a1900fe6ec (patch) | |
| tree | 97e4c41946bca2d42624e0b5bfe111faaed63286 | |
| parent | 4410335e28df8d22d6dbdbad50d0a9fe0acc8ccf (diff) | |
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>
| -rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 1be72f39171..056684df1d0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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)) |
