mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: interception-tools: Update to 0.6.6.
* gnu/packages/linux.scm (interception-tools): Update to 0.6.6.
This commit is contained in:
parent
78a0fe16b0
commit
7a1e32c81b
1 changed files with 2 additions and 2 deletions
|
@ -3563,7 +3563,7 @@ (define-public python-evdev
|
||||||
(define-public interception-tools
|
(define-public interception-tools
|
||||||
(package
|
(package
|
||||||
(name "interception-tools")
|
(name "interception-tools")
|
||||||
(version "0.6.4")
|
(version "0.6.6")
|
||||||
(home-page "https://gitlab.com/interception/linux/tools")
|
(home-page "https://gitlab.com/interception/linux/tools")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3573,7 +3573,7 @@ (define-public interception-tools
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"121jy40ynkbzlqnx7g0dqwvkb7dm2ahcy6vwrz6ylsyd0jmi6s5a"))))
|
"0k9h14a9d65nwvv7pj0kigjgzfv453mm3r4svnxfg1h5lccmy8jj"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
|
|
Loading…
Reference in a new issue