mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: xf86-input-libinput: Update to 1.1.0.
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 1.1.0.
This commit is contained in:
parent
4785f8cf11
commit
22586c4203
1 changed files with 2 additions and 2 deletions
|
@ -2542,7 +2542,7 @@ (define-public xf86-input-evdev
|
||||||
(define-public xf86-input-libinput
|
(define-public xf86-input-libinput
|
||||||
(package
|
(package
|
||||||
(name "xf86-input-libinput")
|
(name "xf86-input-libinput")
|
||||||
(version "1.0.1")
|
(version "1.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2550,7 +2550,7 @@ (define-public xf86-input-libinput
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nr4r9x8c7y1l0ipivjch5zps093mxmg2nqmfn2934am26fc9ppx"))))
|
"05ldqr10f2rrnshyk3lc773rz0gp3ccdzwa8n7lsc94i850jl7g1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue