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

* gnu/packages/xorg.scm (xf86-video-vesa): Update to 2.3.3.
master
Mark H Weaver 2014-12-19 21:25:46 -05:00
parent d0088ad82a
commit 7dd17c76ae
1 changed files with 3 additions and 3 deletions

View File

@ -3027,17 +3027,17 @@ kernel mode setting (KMS).")
(define-public xf86-video-vesa (define-public xf86-video-vesa
(package (package
(name "xf86-video-vesa") (name "xf86-video-vesa")
(version "2.3.1") (version "2.3.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://xorg/X11R7.7/src/everything/xf86-video-vesa-" "mirror://xorg/individual/driver/xf86-video-vesa-"
version version
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0wqms28kkz2fvghqhqwp6w8zj7k5cgwnhzvkc7j4v268bf6h78g4")))) "1y5fsg0c4bgmh1cfsbnaaf388fppyy02i7mcy9vax78flkjpb2yf"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("xorg-server" ,xorg-server))) (inputs `(("xorg-server" ,xorg-server)))
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs `(("pkg-config" ,pkg-config)))