mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05: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:
parent
c8e7947c75
commit
071b77e554
1 changed files with 3 additions and 3 deletions
|
@ -3134,14 +3134,14 @@ (define-public xf86-video-qxl
|
||||||
(define-public xf86-video-r128
|
(define-public xf86-video-r128
|
||||||
(package
|
(package
|
||||||
(name "xf86-video-r128")
|
(name "xf86-video-r128")
|
||||||
(version "6.12.0")
|
(version "6.12.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://xorg/individual/driver/"
|
(uri (string-append "mirror://xorg/individual/driver/"
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mz0v5mqmmbncr2drd5zvia1fb7frz2xqwflhhqbnaxx5j48c740"))))
|
"0hf7h54wxgs8njavp0kgadjq1787fhbd588j7pj685hz2wmkq0kx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list mesa xorgproto xorg-server))
|
(inputs (list mesa xorgproto xorg-server))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue