mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: xf86-input-mouse: Update to 1.9.4.
* gnu/packages/xorg.scm (xf86-input-mouse): Update to 1.9.4.
This commit is contained in:
parent
40bb1ad5a5
commit
ddc1277832
1 changed files with 3 additions and 3 deletions
|
@ -2497,17 +2497,17 @@ (define-public xf86-input-keyboard
|
|||
(define-public xf86-input-mouse
|
||||
(package
|
||||
(name "xf86-input-mouse")
|
||||
(version "1.9.3")
|
||||
(version "1.9.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/driver/xf86-input-mouse-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1iawr1wyl2qch1mqszcs0s84i92mh4xxprflnycbw1adc18b7v4k"))))
|
||||
"0k4dpppplj0hq77lgn8argdcgy61cijr0f4zrzfvv2i3zi8qavvz"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list xorg-server))
|
||||
(native-inputs (list pkg-config))
|
||||
|
|
Loading…
Reference in a new issue