me
/
guix
Archived
1
0
Fork 0

gnu: interception-tools: Update to 0.6.6.

* gnu/packages/linux.scm (interception-tools): Update to 0.6.6.
master
Tobias Geerinckx-Rice 2021-06-25 13:26:35 +02:00
parent 78a0fe16b0
commit 7a1e32c81b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3563,7 +3563,7 @@ devices that can inject events directly into the input subsystem.")
(define-public interception-tools
(package
(name "interception-tools")
(version "0.6.4")
(version "0.6.6")
(home-page "https://gitlab.com/interception/linux/tools")
(source (origin
(method git-fetch)
@ -3573,7 +3573,7 @@ devices that can inject events directly into the input subsystem.")
(file-name (git-file-name name version))
(sha256
(base32
"121jy40ynkbzlqnx7g0dqwvkb7dm2ahcy6vwrz6ylsyd0jmi6s5a"))))
"0k9h14a9d65nwvv7pj0kigjgzfv453mm3r4svnxfg1h5lccmy8jj"))))
(build-system cmake-build-system)
(inputs
`(("boost" ,boost)