1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-16 07:10:31 +02:00

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

View File

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