guix_mirror_bot pushed a commit to branch xorg-updates
in repository guix.
commit 5b357870e1f705ce9c9bc6f8717d013e11a13248
Author: 宋文武 <[email protected]>
AuthorDate: Sat Dec 28 19:01:07 2024 +0800
gnu: xf86-video-r128: Update to 6.13.0.
* gnu/packages/xorg.scm (xf86-video-r128): Update to 6.13.0.
Change-Id: I05f35790cd3168ff116d472195a5b7f9f97ef20a
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index a8bf040cc1..8f9f082ed0 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3210,14 +3210,14 @@ This driver is intended for the spice qxl virtio
device.")
(define-public xf86-video-r128
(package
(name "xf86-video-r128")
- (version "6.12.1")
+ (version "6.13.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/driver/"
name "-" version ".tar.xz"))
(sha256
(base32
- "0hf7h54wxgs8njavp0kgadjq1787fhbd588j7pj685hz2wmkq0kx"))))
+ "0igpfgls5nx4sz8a7yppr42qi37prqmxsy08zqbxbv81q9dfs2zj"))))
(build-system gnu-build-system)
(inputs (list mesa xorgproto xorg-server))
(native-inputs