guix-commits
[Top][All Lists]
Advanced

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

96/112: gnu: xf86-input-mouse: Update to 1.9.5.


From: guix-commits
Subject: 96/112: gnu: xf86-input-mouse: Update to 1.9.5.
Date: Thu, 9 Jan 2025 07:26:27 -0500 (EST)

iyzsong pushed a commit to branch xorg-updates
in repository guix.

commit 3d42e67a1037625df86a613679f7cee3bb194983
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Dec 28 19:01:06 2024 +0800

    gnu: xf86-input-mouse: Update to 1.9.5.
    
    * gnu/packages/xorg.scm (xf86-input-mouse): Update to 1.9.5.
    
    Change-Id: I5a4f1a536025dbd10f0a6665a04cd3a2a58e7c85
---
 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 de16487399..2e940587b3 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2630,7 +2630,7 @@ It is used to control the pointer with a joystick 
device.")
 (define-public xf86-input-mouse
   (package
     (name "xf86-input-mouse")
-    (version "1.9.4")
+    (version "1.9.5")
     (source
       (origin
         (method url-fetch)
@@ -2640,7 +2640,7 @@ It is used to control the pointer with a joystick 
device.")
                ".tar.xz"))
         (sha256
           (base32
-            "0k4dpppplj0hq77lgn8argdcgy61cijr0f4zrzfvv2i3zi8qavvz"))))
+            "0s4rzp7aqpbqm4474hg4bz7i7vg3ir93ck2q12if4lj3nklqmpjg"))))
     (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]