mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-09 22:50:34 +02:00
gnu: xf86-input-keyboard: Update to 2.1.0.
* gnu/packages/xorg.scm (xf86-input-keyboard): Update to 2.1.0. Change-Id: Ie98f10c55b027616636702f3c880b038080bc815
This commit is contained in:
@@ -2608,17 +2608,17 @@ It is used to control the pointer with a joystick device.")
|
||||
(define-public xf86-input-keyboard
|
||||
(package
|
||||
(name "xf86-input-keyboard")
|
||||
(version "1.9.0")
|
||||
(version "2.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/driver/xf86-input-keyboard-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"12032yg412kyvnmc5fha1in7mpi651d8sa1bk4138s2j2zr01jgp"))))
|
||||
"0mvwxrnkq0lzhjr894p420zxffdn34nc2scinmp7qd1hikr51kkp"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list xorg-server))
|
||||
(native-inputs (list pkg-config))
|
||||
|
||||
Reference in New Issue
Block a user