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
|
(define-public xf86-video-sunffb
|
||||||
(package
|
(package
|
||||||
(name "xf86-video-sunffb")
|
(name "xf86-video-sunffb")
|
||||||
(version "1.2.2")
|
(version "1.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://xorg/individual/driver/xf86-video-sunffb-"
|
"mirror://xorg/individual/driver/xf86-video-sunffb-"
|
||||||
version
|
version
|
||||||
".tar.bz2"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07z3ngifwg2d4jgq8pms47n5lr2yn0ai72g86xxjnb3k20n5ym7s"))))
|
"0pf4ddh09ww7sxpzs5gr9pxh3gdwkg3f54067cp802nkw1n8vypi"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list xorg-server))
|
(inputs (list xorg-server))
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
|
|
Loading…
Add table
Reference in a new issue