aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2014-12-19 21:25:46 -0500
committerMark H Weaver <mhw@netris.org>2014-12-19 23:28:18 -0500
commit7dd17c76ae88ad2abcb215312b7e03311dc67c68 (patch)
tree6c32d53a1bee8c5664caffbe436d5412fdcc409d /gnu
parentd0088ad82a9683c4c8fc02fb6f056c9d32e4e8f2 (diff)
downloadguix-7dd17c76ae88ad2abcb215312b7e03311dc67c68.tar
guix-7dd17c76ae88ad2abcb215312b7e03311dc67c68.tar.gz
gnu: xf86-video-vesa: Update to 2.3.3.
* gnu/packages/xorg.scm (xf86-video-vesa): Update to 2.3.3.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xorg.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b3de71f54d..1ec6257c8d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3027,17 +3027,17 @@ kernel mode setting (KMS).")
(define-public xf86-video-vesa
(package
(name "xf86-video-vesa")
- (version "2.3.1")
+ (version "2.3.3")
(source
(origin
(method url-fetch)
(uri (string-append
- "mirror://xorg/X11R7.7/src/everything/xf86-video-vesa-"
+ "mirror://xorg/individual/driver/xf86-video-vesa-"
version
".tar.bz2"))
(sha256
(base32
- "0wqms28kkz2fvghqhqwp6w8zj7k5cgwnhzvkc7j4v268bf6h78g4"))))
+ "1y5fsg0c4bgmh1cfsbnaaf388fppyy02i7mcy9vax78flkjpb2yf"))))
(build-system gnu-build-system)
(inputs `(("xorg-server" ,xorg-server)))
(native-inputs `(("pkg-config" ,pkg-config)))