mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: xf86-video-r128: Update to 6.10.2.
* gnu/packages/xorg.scm (xf86-video-r128): Update to 6.10.2.
This commit is contained in:
parent
a354c7d8b4
commit
e19b0bd157
1 changed files with 2 additions and 2 deletions
|
@ -3064,7 +3064,7 @@ (define-public xf86-video-qxl
|
|||
(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 @@ (define-public xf86-video-r128
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1sp4glyyj23rs77vgffmn0mar5h504a86701nzvi56qwhd4yzgsy"))))
|
||||
"1pkpka5m4cd6iy0f8iqnmg6xci14nb6887ilvxzn3xrsgx8j3nl4"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("mesa" ,mesa)
|
||||
("xf86driproto" ,xf86driproto)
|
||||
|
|
Loading…
Reference in a new issue