guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: xf86-input-mouse: Update to 1.9.3.


From: Marius Bakke
Subject: 02/03: gnu: xf86-input-mouse: Update to 1.9.3.
Date: Tue, 19 Jun 2018 07:40:22 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 641e387ac36c7ab2328cab10a14d8c15cf25b615
Author: Marius Bakke <address@hidden>
Date:   Tue Jun 19 13:30:12 2018 +0200

    gnu: xf86-input-mouse: Update to 1.9.3.
    
    * gnu/packages/xorg.scm (xf86-input-mouse): Update to 1.9.3.
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index d14e808..37c1612 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]