diff options
author | 宋文武 <[email protected]> | 2024-12-28 19:01:06 +0800 |
---|---|---|
committer | 宋文武 <[email protected]> | 2025-01-31 16:39:26 +0800 |
commit | e758abbadbd73e2f7d3cbd1d19e3b0c3eb9d406e (patch) | |
tree | ce2bf6ac5c78e372346016201a7b05c82bcdce2f | |
parent | a1b8977b26c53ce1768f0b40b5df87c114a4b9ca (diff) |
gnu: xf86-input-void: Update to 1.4.2.
* gnu/packages/xorg.scm (xf86-input-void): Update to 1.4.2.
Change-Id: I219d901481db43cdb0798beb15160238e95ada9e
-rw-r--r-- | gnu/packages/xorg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index c29251630c..d8dea7b747 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2693,17 +2693,17 @@ as USB mice.") (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)) |