mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01:00
gnu: xf86-video-sunffb: Update to 1.2.3.
* gnu/packages/xorg.scm (xf86-video-sunffb): Update to 1.2.3.
This commit is contained in:
parent
0077ce3a0e
commit
d00c02ea9d
1 changed files with 3 additions and 3 deletions
|
@ -3253,17 +3253,17 @@ This driver supports SiS chipsets of 300/315/330/340 series.")
|
|||
(define-public xf86-video-sunffb
|
||||
(package
|
||||
(name "xf86-video-sunffb")
|
||||
(version "1.2.2")
|
||||
(version "1.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/driver/xf86-video-sunffb-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"07z3ngifwg2d4jgq8pms47n5lr2yn0ai72g86xxjnb3k20n5ym7s"))))
|
||||
"0pf4ddh09ww7sxpzs5gr9pxh3gdwkg3f54067cp802nkw1n8vypi"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list xorg-server))
|
||||
(native-inputs (list pkg-config))
|
||||
|
|
Loading…
Add table
Reference in a new issue