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

* gnu/packages/xorg.scm (xf86-video-mga): Update to 2.0.1.
This commit is contained in:
Efraim Flashner 2022-07-11 15:04:07 +03:00
parent b4268263c6
commit b60a96dc31
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -3043,17 +3043,17 @@ the same level of support for generic VGA or 8514/A adapters.")
(define-public xf86-video-mga
(package
(name "xf86-video-mga")
(version "2.0.0")
(version "2.0.1")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/driver/xf86-video-mga-"
version
".tar.bz2"))
".tar.xz"))
(sha256
(base32
"0yaxpgyyj9398nzzr5vnsfxcis76z46p9814yzj8179yl7hld296"))))
"1aq3aqh2yg09gy864kkshfx5pjl5w05jdz97bx5bnrbrhdq3p8r7"))))
(build-system gnu-build-system)
(inputs (list mesa xorgproto xorg-server))
(native-inputs (list pkg-config))