wingo pushed a commit to branch wip-xorg-server-1.18
in repository guix.
commit 92e0c85c05d8b9306e30721e46ecaa1ccee38fb7
Author: Andy Wingo <[email protected]>
Date: Thu Feb 18 21:16:13 2016 +0100
gnu: xf86-video-r128: Update to 6.10.1.
* gnu/packages/xorg.scm (xf86-video-r128): Update to 6.10.1.
---
gnu/packages/xorg.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 2d41fd7..2bba482 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3080,7 +3080,7 @@ UniChrome Pro and Chrome9 integrated graphics
processors.")
(define-public xf86-video-r128
(package
(name "xf86-video-r128")
- (version "6.9.2")
+ (version "6.10.1")
(source
(origin
(method url-fetch)
@@ -3090,7 +3090,7 @@ UniChrome Pro and Chrome9 integrated graphics
processors.")
".tar.bz2"))
(sha256
(base32
- "1q3fsc603k2yinphx5rrcl5356qkpywwz8axlw277l2231gjjbcb"))
+ "1sp4glyyj23rs77vgffmn0mar5h504a86701nzvi56qwhd4yzgsy"))
(patches (list (search-patch "xf86-video-r128-glibc-2.20.patch")))))
(build-system gnu-build-system)
(inputs `(("mesa" ,mesa)