guix-commits
[Top][All Lists]
Advanced

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

13/33: gnu: xf86-input-mouse: Update to 1.9.4.


From: guix-commits
Subject: 13/33: gnu: xf86-input-mouse: Update to 1.9.4.
Date: Tue, 31 Jan 2023 05:55:54 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit ddc12778325f8f78fb737028f893a200188251df
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 31 12:08:26 2023 +0200

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

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e36b052c1a..63070118c9 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2497,17 +2497,17 @@ It is used to control the pointer with a joystick 
device.")
 (define-public xf86-input-mouse
   (package
     (name "xf86-input-mouse")
-    (version "1.9.3")
+    (version "1.9.4")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/driver/xf86-input-mouse-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "1iawr1wyl2qch1mqszcs0s84i92mh4xxprflnycbw1adc18b7v4k"))))
+            "0k4dpppplj0hq77lgn8argdcgy61cijr0f4zrzfvv2i3zi8qavvz"))))
     (build-system gnu-build-system)
     (inputs (list xorg-server))
     (native-inputs (list pkg-config))



reply via email to

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