gnu: xf86-video-suncg6: Update to 1.1.3.

* gnu/packages/xorg.scm (xf86-video-suncg6): Update to 1.1.3.
This commit is contained in:
Efraim Flashner 2023-01-31 12:08:28 +02:00
parent 071b77e554
commit 0077ce3a0e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3230,17 +3230,17 @@ This driver supports SiS chipsets of 300/315/330/340 series.")
(define-public xf86-video-suncg6 (define-public xf86-video-suncg6
(package (package
(name "xf86-video-suncg6") (name "xf86-video-suncg6")
(version "1.1.2") (version "1.1.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://xorg/individual/driver/xf86-video-suncg6-" "mirror://xorg/individual/driver/xf86-video-suncg6-"
version version
".tar.bz2")) ".tar.xz"))
(sha256 (sha256
(base32 (base32
"04fgwgk02m4nimlv67rrg1wnyahgymrn6rb2cjj1l8bmzkii4glr")))) "16c3g5m0f5y9nx2x6w9jdzbs9yr6xhq31j37dcffxbsskmfxq57w"))))
(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))