diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-06-19 13:30:12 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-06-19 13:37:22 +0200 |
commit | 641e387ac36c7ab2328cab10a14d8c15cf25b615 (patch) | |
tree | 7043d07cd312509e503e940350f738808a46bc73 /gnu | |
parent | 80a1dfac1c7022e42f2884b6ad38a9984a330a15 (diff) | |
download | gnu-guix-641e387ac36c7ab2328cab10a14d8c15cf25b615.tar gnu-guix-641e387ac36c7ab2328cab10a14d8c15cf25b615.tar.gz |
gnu: xf86-input-mouse: Update to 1.9.3.
* gnu/packages/xorg.scm (xf86-input-mouse): Update to 1.9.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index d14e808333..37c1612acc 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2530,7 +2530,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.2") + (version "1.9.3") (source (origin (method url-fetch) @@ -2540,7 +2540,7 @@ It is used to cotrol the pointer with a joystick device.") ".tar.bz2")) (sha256 (base32 - "0bsbgww9421792zan43j60mndqprhfxhc48agsi15d3abjqda9gl")))) + "1iawr1wyl2qch1mqszcs0s84i92mh4xxprflnycbw1adc18b7v4k")))) (build-system gnu-build-system) (inputs `(("xorg-server" ,xorg-server))) (native-inputs `(("pkg-config" ,pkg-config))) |