gnu: xf86-video-ati: Update to 19.0.0.

* gnu/packages/xorg.scm (xf86-video-ati): Update to 19.0.0.
[source]: Re-indent.
master
Tobias Geerinckx-Rice 2019-03-10 23:31:25 +01:00
parent 77ad8ec4fc
commit 0330d6b2bf
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 7 additions and 10 deletions

View File

@ -2691,17 +2691,14 @@ X server.")
(define-public xf86-video-ati
(package
(name "xf86-video-ati")
(version "18.0.1")
(version "19.0.0")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/driver/xf86-video-ati-"
version
".tar.bz2"))
(sha256
(base32
"180l2yw8c63cbcs3zk729vx439aig1d7yicpyxj0nmfl4y0kpskj"))))
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/driver/"
"xf86-video-ati-" version ".tar.bz2"))
(sha256
(base32 "0mzl7yp3qkvankh22758sgpaw9mg6jxsfbg6wy0nxfw4i0qpv46x"))))
(build-system gnu-build-system)
(inputs `(("mesa" ,mesa)
("xorgproto" ,xorgproto)