mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: xf86-input-libinput: Update to 0.28.1.
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.28.1.
This commit is contained in:
parent
3743e117a6
commit
4350cacdf7
1 changed files with 2 additions and 2 deletions
|
@ -2448,7 +2448,7 @@ (define-public xf86-input-evdev
|
|||
(define-public xf86-input-libinput
|
||||
(package
|
||||
(name "xf86-input-libinput")
|
||||
(version "0.28.0")
|
||||
(version "0.28.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2456,7 +2456,7 @@ (define-public xf86-input-libinput
|
|||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"189h8vl0005yizwrs4d0sng6j8lwkd3xi1zwqg8qavn2bw34v691"))))
|
||||
"12yr0yki94j2416bfhmkz5jpacffm27jkra89fl7h03c0y749nls"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue