wingo pushed a commit to branch wip-xorg-server-1.18
in repository guix.
commit 9facbec39bc238b09b20cca8c41172970370e9e0
Author: Andy Wingo <[email protected]>
Date: Thu Feb 18 21:13:52 2016 +0100
gnu: xf86-video-mga: Update to 1.9.100.
* gnu/packages/xorg.scm (xf86-video-mga): Update to 1.9.100.
---
gnu/packages/xorg.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 443ed47..d455ae6 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2890,7 +2890,7 @@ the same level of support for generic VGA or 8514/A
adapters.")
(define-public xf86-video-mga
(package
(name "xf86-video-mga")
- (version "1.6.3")
+ (version "1.9.100")
(source
(origin
(method url-fetch)
@@ -2900,7 +2900,7 @@ the same level of support for generic VGA or 8514/A
adapters.")
".tar.bz2"))
(sha256
(base32
- "1my7y67sadjjmab1dyxckylrggi7p01yk4wwg9w6k1q96pmb213p"))
+ "0p3ssy55jyyz9j3j82jb1lr3qkbagbab77a9ppwjksv9aa6yxvz8"))
(patches (list (search-patch "xf86-video-mga-glibc-2.20.patch")))))
(build-system gnu-build-system)
(inputs `(("mesa" ,mesa)