iyzsong pushed a commit to branch xorg-updates
in repository guix.
commit cd96bfdb354aeb0369c6eb0190e30e984742596d
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Sat Dec 28 19:01:07 2024 +0800
gnu: xf86-video-siliconmotion: Update to 1.7.10.
* gnu/packages/xorg.scm (xf86-video-siliconmotion): Update to 1.7.10.
Change-Id: I11026f8e295198d4cc3a07a5a3d596bd3345b022
---
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 362b694465..16410ad065 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3256,17 +3256,17 @@ This driver is intended for ATI Rage 128 based cards.")
(define-public xf86-video-siliconmotion
(package
(name "xf86-video-siliconmotion")
- (version "1.7.9")
+ (version "1.7.10")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/driver/xf86-video-siliconmotion-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "1g2r6gxqrmjdff95d42msxdw6vmkg2zn5sqv0rxd420iwy8wdwyh"))
+ "1h4g2mqxshaxii416ldw0aqy6cxnsbnzayfin51xm2526dw9q18n"))
(patches (search-patches "xf86-video-siliconmotion-fix-ftbfs.patch"))))
(build-system gnu-build-system)
(inputs (list xorg-server))