mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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:
parent
7741bdb658
commit
c69fafde3f
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue