GNU bug report logs - #75160
[PATCH xorg-updates 000/109] Xorg updates

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Sat, 28 Dec 2024 11:10:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: iyzsong <at> envs.net
To: 75160 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [bug#75160] [PATCH xorg-updates 097/109] gnu: xf86-input-void: Update to 1.4.2.
Date: Sat, 28 Dec 2024 19:16:08 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/xorg.scm (xf86-input-void): Update to 1.4.2.

Change-Id: I219d901481db43cdb0798beb15160238e95ada9e
---
 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 82f9d5fafc..5dc270153f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2692,17 +2692,17 @@ (define-public xf86-input-synaptics
 (define-public xf86-input-void
   (package
     (name "xf86-input-void")
-    (version "1.4.1")
+    (version "1.4.2")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/driver/xf86-input-void-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "171k8b8s42s3w73l7ln9jqwk88w4l7r1km2blx1vy898c854yvpr"))))
+            "11bqy2djgb82c1g8ylpfwp3wjw4x83afi8mqyn5fvqp03kidh4d2"))))
     (build-system gnu-build-system)
     (inputs (list xorg-server))
     (native-inputs (list pkg-config))
-- 
2.46.0





This bug report was last modified 170 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.