gnu: xf86-video-vesa: Update to 2.5.0.

* gnu/packages/xorg.scm (xf86-video-vesa): Update to 2.5.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Matthew James Kraai 2021-06-06 05:29:11 -07:00 committed by Efraim Flashner
parent dbe607925a
commit d0b3af53e0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3512,7 +3512,7 @@ (define-public xf86-video-trident
(define-public xf86-video-vesa
(package
(name "xf86-video-vesa")
(version "2.4.0")
(version "2.5.0")
(source
(origin
(method url-fetch)
@ -3522,7 +3522,7 @@ (define-public xf86-video-vesa
".tar.bz2"))
(sha256
(base32
"1373vsxn6qh00na0s9c09kf09gj78rzi98zq93id8v5zsya3qi5z"))))
"0nf6ai74c60xk96kgr8q9mx6lrxm5id3765ws4d801irqzrj85hz"))))
(build-system gnu-build-system)
(inputs `(("xorg-server" ,xorg-server)))
(native-inputs `(("pkg-config" ,pkg-config)))