gnu: xf86-video-geode: Update to 2.11.18.

* gnu/packages/xorg.scm (xf86-video-geode): Update to 2.11.18.
master
Andy Wingo 2016-02-18 21:11:59 +01:00 committed by Mark H Weaver
parent 6bc2fa7c5e
commit 315a0ecc0d
1 changed files with 2 additions and 2 deletions

View File

@ -2699,7 +2699,7 @@ framebuffer device.")
(define-public xf86-video-geode (define-public xf86-video-geode
(package (package
(name "xf86-video-geode") (name "xf86-video-geode")
(version "2.11.16") (version "2.11.18")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2709,7 +2709,7 @@ framebuffer device.")
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"19y13xl7yfrgyis92rmxi0ld95ajgr5il0n9j1dridwzw9aizz1q")) "1s59kdj573v38sb14xfhp1l926aypbhy11vaz36y72x6calfkv6n"))
(patches (list (search-patch "xf86-video-geode-glibc-2.20.patch"))))) (patches (list (search-patch "xf86-video-geode-glibc-2.20.patch")))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("xorg-server" ,xorg-server))) (inputs `(("xorg-server" ,xorg-server)))