gnu: xf86-video-geode: Update to 2.11.19.
* gnu/packages/xorg.scm (xf86-video-geode): Update to 2.11.19.
This commit is contained in:
parent
2060b4d95f
commit
eed214ef22
|
@ -2696,7 +2696,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.18")
|
(version "2.11.19")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2706,7 +2706,7 @@ framebuffer device.")
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s59kdj573v38sb14xfhp1l926aypbhy11vaz36y72x6calfkv6n"))
|
"0zn9gb49grds5mcs1dlrx241k2w1sgqmx4i5x7v6159xxqhlqsf6"))
|
||||||
(patches (search-patches "xf86-video-geode-glibc-2.20.patch"))))
|
(patches (search-patches "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 New Issue