summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-12-13 04:41:37 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2016-12-13 04:50:28 +0100
commitf63491a385bff24979edce16b9713d1484139ef4 (patch)
tree750cc3ca4eb635fafffbab6422b8a6b26a4f77e1 /gnu/packages
parent5de2ec6deb5f6d2b2fba52d724017a6659e8b2c4 (diff)
downloadguix-patches-f63491a385bff24979edce16b9713d1484139ef4.tar
guix-patches-f63491a385bff24979edce16b9713d1484139ef4.tar.gz
gnu: xf86-input-mouse: Update to 1.9.2.
* gnu/packages/xorg.scm (xf86-input-mouse): Update to 1.9.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/xorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 91786d2ac1..b22aa639f6 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2543,7 +2543,7 @@ It is used to cotrol the pointer with a joystick device.")
(define-public xf86-input-mouse
(package
(name "xf86-input-mouse")
- (version "1.9.1")
+ (version "1.9.2")
(source
(origin
(method url-fetch)
@@ -2553,7 +2553,7 @@ It is used to cotrol the pointer with a joystick device.")
".tar.bz2"))
(sha256
(base32
- "1kn5kx3qyn9qqvd6s24a2l1wfgck2pgfvzl90xpl024wfxsx719l"))))
+ "0bsbgww9421792zan43j60mndqprhfxhc48agsi15d3abjqda9gl"))))
(build-system gnu-build-system)
(inputs `(("xorg-server" ,xorg-server)))
(native-inputs `(("pkg-config" ,pkg-config)))