gnu: xf86-video-mga: Update to 2.0.0.

* gnu/packages/xorg.scm (xf86-video-mga): Update to 2.0.0.
This commit is contained in:
Marius Bakke 2019-02-17 16:03:28 +01:00
parent 7741bdb658
commit c69fafde3f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3015,7 +3015,7 @@ (define-public xf86-video-mach64
(define-public xf86-video-mga
(package
(name "xf86-video-mga")
(version "1.6.5")
(version "2.0.0")
(source
(origin
(method url-fetch)
@ -3025,7 +3025,7 @@ (define-public xf86-video-mga
".tar.bz2"))
(sha256
(base32
"08ll52hlar9z446v0wwca5qkj3hxhswwm7vvcgic9xv4cf7csqxn"))))
"0yaxpgyyj9398nzzr5vnsfxcis76z46p9814yzj8179yl7hld296"))))
(build-system gnu-build-system)
(inputs `(("mesa" ,mesa)
("xorgproto" ,xorgproto)