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:
Efraim Flashner 2023-01-31 12:08:29 +02:00
parent 0077ce3a0e
commit d00c02ea9d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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))