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

* gnu/packages/xorg.scm (xf86-video-vesa): Update to 2.4.0.
master
Marius Bakke 2018-02-16 21:21:28 +01:00
parent fa7d8ea1a2
commit 294ae4d7f8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -3401,7 +3401,7 @@ X server.")
(define-public xf86-video-vesa
(package
(name "xf86-video-vesa")
(version "2.3.4")
(version "2.4.0")
(source
(origin
(method url-fetch)
@ -3411,7 +3411,7 @@ X server.")
".tar.bz2"))
(sha256
(base32
"1haiw8r1z8ihk68d0jqph2wsld13w4qkl86biq46fvyxg7cg9pbv"))))
"1373vsxn6qh00na0s9c09kf09gj78rzi98zq93id8v5zsya3qi5z"))))
(build-system gnu-build-system)
(inputs `(("xorg-server" ,xorg-server)))
(native-inputs `(("pkg-config" ,pkg-config)))