mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: xf86-video-ati: Update to 19.0.0.
* gnu/packages/xorg.scm (xf86-video-ati): Update to 19.0.0. [source]: Re-indent.
This commit is contained in:
parent
77ad8ec4fc
commit
0330d6b2bf
1 changed files with 7 additions and 10 deletions
|
@ -2691,17 +2691,14 @@ (define-public xf86-video-ast
|
||||||
(define-public xf86-video-ati
|
(define-public xf86-video-ati
|
||||||
(package
|
(package
|
||||||
(name "xf86-video-ati")
|
(name "xf86-video-ati")
|
||||||
(version "18.0.1")
|
(version "19.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "mirror://xorg/individual/driver/"
|
||||||
"mirror://xorg/individual/driver/xf86-video-ati-"
|
"xf86-video-ati-" version ".tar.bz2"))
|
||||||
version
|
(sha256
|
||||||
".tar.bz2"))
|
(base32 "0mzl7yp3qkvankh22758sgpaw9mg6jxsfbg6wy0nxfw4i0qpv46x"))))
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"180l2yw8c63cbcs3zk729vx439aig1d7yicpyxj0nmfl4y0kpskj"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("mesa" ,mesa)
|
(inputs `(("mesa" ,mesa)
|
||||||
("xorgproto" ,xorgproto)
|
("xorgproto" ,xorgproto)
|
||||||
|
|
Loading…
Reference in a new issue