me
/
guix
Archived
1
0
Fork 0

gnu: xf86-input-mouse: Update to 1.9.2.

* gnu/packages/xorg.scm (xf86-input-mouse): Update to 1.9.2.
master
Tobias Geerinckx-Rice 2016-12-13 04:41:37 +01:00
parent 5de2ec6deb
commit f63491a385
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -2543,7 +2543,7 @@ It is used to cotrol the pointer with a joystick device.")
(define-public xf86-input-mouse (define-public xf86-input-mouse
(package (package
(name "xf86-input-mouse") (name "xf86-input-mouse")
(version "1.9.1") (version "1.9.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2553,7 +2553,7 @@ It is used to cotrol the pointer with a joystick device.")
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1kn5kx3qyn9qqvd6s24a2l1wfgck2pgfvzl90xpl024wfxsx719l")))) "0bsbgww9421792zan43j60mndqprhfxhc48agsi15d3abjqda9gl"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("xorg-server" ,xorg-server))) (inputs `(("xorg-server" ,xorg-server)))
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs `(("pkg-config" ,pkg-config)))