mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: xf86-input-libinput: Update to 0.25.0.
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.25.0.
This commit is contained in:
parent
b6b2ca5d19
commit
1f28b3195a
1 changed files with 2 additions and 2 deletions
|
@ -2387,7 +2387,7 @@ (define-public xf86-input-evdev
|
|||
(define-public xf86-input-libinput
|
||||
(package
|
||||
(name "xf86-input-libinput")
|
||||
(version "0.24.0")
|
||||
(version "0.25.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2395,7 +2395,7 @@ (define-public xf86-input-libinput
|
|||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0a1nn65qq71bbfhxq39zdb4b1h6ickzv98cjdacv4ngd18shgjyx"))))
|
||||
"0vsmijamfzf6vcljrr0am2qcz33zl2l0lj2mzmbwgrm7ixjx2zxv"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue