mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: xf86-video-geode: Update to 2.11.18.
* gnu/packages/xorg.scm (xf86-video-geode): Update to 2.11.18.
This commit is contained in:
parent
6bc2fa7c5e
commit
315a0ecc0d
1 changed files with 2 additions and 2 deletions
|
@ -2699,7 +2699,7 @@ (define-public xf86-video-fbdev
|
||||||
(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 @@ (define-public xf86-video-geode
|
||||||
".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)))
|
||||||
|
|
Loading…
Reference in a new issue