diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-01-18 18:25:55 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-01-18 18:25:55 +0100 |
commit | e19b0bd1573f83e36cee0a1d05d3617de9a0e00b (patch) | |
tree | 08f8864e70293f2dcb153ec978f91721d99e995f /gnu/packages/xorg.scm | |
parent | a354c7d8b4a176548a30dd2332364cc3037bd7f4 (diff) | |
download | guix-e19b0bd1573f83e36cee0a1d05d3617de9a0e00b.tar guix-e19b0bd1573f83e36cee0a1d05d3617de9a0e00b.tar.gz |
gnu: xf86-video-r128: Update to 6.10.2.
* gnu/packages/xorg.scm (xf86-video-r128): Update to 6.10.2.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | 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 02328b6d27..022d92b57b 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -3064,7 +3064,7 @@ This driver is intended for the spice qxl virtio device.") (define-public xf86-video-r128 (package (name "xf86-video-r128") - (version "6.10.1") + (version "6.10.2") (source (origin (method url-fetch) @@ -3074,7 +3074,7 @@ This driver is intended for the spice qxl virtio device.") ".tar.bz2")) (sha256 (base32 - "1sp4glyyj23rs77vgffmn0mar5h504a86701nzvi56qwhd4yzgsy")))) + "1pkpka5m4cd6iy0f8iqnmg6xci14nb6887ilvxzn3xrsgx8j3nl4")))) (build-system gnu-build-system) (inputs `(("mesa" ,mesa) ("xf86driproto" ,xf86driproto) |