summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-12-13 04:40:40 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2016-12-13 04:50:28 +0100
commit5de2ec6deb5f6d2b2fba52d724017a6659e8b2c4 (patch)
treea28923ed1848e967c88d1fb1cb75d3e143f022da
parent08cf3e4ce55157c546253c1f45227f7dde5bce60 (diff)
downloadpatches-5de2ec6deb5f6d2b2fba52d724017a6659e8b2c4.tar
patches-5de2ec6deb5f6d2b2fba52d724017a6659e8b2c4.tar.gz
gnu: xf86-input-joystick: Update to 1.6.3.
* gnu/packages/xorg.scm (xf86-input-joystick): Update to 1.6.3.
-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 5d1f53832f..91786d2ac1 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2489,7 +2489,7 @@ provide all features that libinput supports it does little beyond.")
(define-public xf86-input-joystick
(package
(name "xf86-input-joystick")
- (version "1.6.2")
+ (version "1.6.3")
(source
(origin
(method url-fetch)
@@ -2499,7 +2499,7 @@ provide all features that libinput supports it does little beyond.")
".tar.bz2"))
(sha256
(base32
- "038mfqairyyqvz02rk7v3i070sab1wr0k6fkxvyvxdgkfbnqcfzf"))))
+ "1awfq496d082brgjbr60lhm6jvr9537rflwxqdfqwfzjy3n6jxly"))))
(build-system gnu-build-system)
(inputs `(("xorg-server" ,xorg-server)))
(native-inputs `(("pkg-config" ,pkg-config)))