mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: xf86-video-siliconmotion: Update to 1.7.10.
* gnu/packages/xorg.scm (xf86-video-siliconmotion): Update to 1.7.10. Change-Id: I11026f8e295198d4cc3a07a5a3d596bd3345b022
This commit is contained in:
parent
5b357870e1
commit
24b6de3855
1 changed files with 3 additions and 3 deletions
|
@ -3255,17 +3255,17 @@ (define-public xf86-video-savage
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue