gnu: xf86-video-r128: Update to 6.12.1.

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

View file

@ -3134,14 +3134,14 @@ (define-public xf86-video-qxl
(define-public xf86-video-r128 (define-public xf86-video-r128
(package (package
(name "xf86-video-r128") (name "xf86-video-r128")
(version "6.12.0") (version "6.12.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://xorg/individual/driver/" (uri (string-append "mirror://xorg/individual/driver/"
name "-" version ".tar.bz2")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0mz0v5mqmmbncr2drd5zvia1fb7frz2xqwflhhqbnaxx5j48c740")))) "0hf7h54wxgs8njavp0kgadjq1787fhbd588j7pj685hz2wmkq0kx"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (list mesa xorgproto xorg-server)) (inputs (list mesa xorgproto xorg-server))
(native-inputs (native-inputs