mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: xf86-video-ati: Update to 7.6.1.
* gnu/packages/xorg.scm (xf86-video-ati): Update to 7.6.1.
This commit is contained in:
parent
746e671007
commit
83696ce1c2
1 changed files with 2 additions and 2 deletions
|
@ -2617,7 +2617,7 @@ (define-public xf86-video-ark
|
|||
(define-public xf86-video-ati
|
||||
(package
|
||||
(name "xf86-video-ati")
|
||||
(version "7.5.0")
|
||||
(version "7.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2627,7 +2627,7 @@ (define-public xf86-video-ati
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0dkrw036ikym8aacl43lnf04q0wbms5498xg5b3l16ngnq36ygpc"))))
|
||||
"0k6kw69mcarlmxlb4jlhz887jxqr94qx2pin04xcv2ysp3pdj5i5"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("mesa" ,mesa)
|
||||
("xxf86driproto" ,xf86driproto)
|
||||
|
|
Loading…
Reference in a new issue