Browse Source
gnu: xf86-input-libinput: Update to 0.25.1.
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.25.1.
version-0.13.0
Marius Bakke
5 years ago
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with
2 additions and
2 deletions
-
gnu/packages/xorg.scm
|
|
@ -2393,7 +2393,7 @@ including most mice, keyboards, tablets and touchscreens.") |
|
|
|
(define-public xf86-input-libinput |
|
|
|
(package |
|
|
|
(name "xf86-input-libinput") |
|
|
|
(version "0.25.0") |
|
|
|
(version "0.25.1") |
|
|
|
(source (origin |
|
|
|
(method url-fetch) |
|
|
|
(uri (string-append |
|
|
@ -2401,7 +2401,7 @@ including most mice, keyboards, tablets and touchscreens.") |
|
|
|
name "-" version ".tar.bz2")) |
|
|
|
(sha256 |
|
|
|
(base32 |
|
|
|
"0vsmijamfzf6vcljrr0am2qcz33zl2l0lj2mzmbwgrm7ixjx2zxv")))) |
|
|
|
"1q67hjd67ni1nq7kgxdrrdgkyhzaqvvn2vlnsiiq9w4y3icpv7s8")))) |
|
|
|
(build-system gnu-build-system) |
|
|
|
(arguments |
|
|
|
'(#:configure-flags |
|
|
|