guix-commits
[Top][All Lists]
Advanced

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

12/33: gnu: xf86-input-joystick: Update to 1.6.4.


From: guix-commits
Subject: 12/33: gnu: xf86-input-joystick: Update to 1.6.4.
Date: Tue, 31 Jan 2023 05:55:53 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

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

    gnu: xf86-input-joystick: Update to 1.6.4.
    
    * gnu/packages/xorg.scm (xf86-input-joystick): Update to 1.6.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 00bd69e3a9..e36b052c1a 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2445,17 +2445,17 @@ provide all features that libinput supports it does 
little beyond.")
 (define-public xf86-input-joystick
   (package
     (name "xf86-input-joystick")
-    (version "1.6.3")
+    (version "1.6.4")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/driver/xf86-input-joystick-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "1awfq496d082brgjbr60lhm6jvr9537rflwxqdfqwfzjy3n6jxly"))))
+            "1lnc6cvrg81chb2hj3jphgx7crr4ab8wn60mn8f9nsdwza2w8plh"))))
     (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]