mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: xf86-input-libinput: Update to 0.23.0.
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.23.0.
This commit is contained in:
parent
d7f84eab02
commit
546856a3de
1 changed files with 2 additions and 2 deletions
|
@ -2459,7 +2459,7 @@ (define-public xf86-input-evdev
|
|||
(define-public xf86-input-libinput
|
||||
(package
|
||||
(name "xf86-input-libinput")
|
||||
(version "0.16.0")
|
||||
(version "0.23.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2467,7 +2467,7 @@ (define-public xf86-input-libinput
|
|||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0jbgnxsbr3g4g9vkspcc6pqy7av59zx5bb78vkvaqy8yx4qybbgx"))))
|
||||
"1p596v3kbmjpdz3kz8z19bnd79l860f1pbwjvma7bz7qx3gynlqb"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue