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

* gnu/packages/xorg.scm (xf86-video-geode): Update to 2.11.20.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-19 17:05:16 +02:00
parent 798441b67d
commit b137d320b0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2920,18 +2920,15 @@ (define-public xf86-video-freedreno
(define-public xf86-video-geode (define-public xf86-video-geode
(package (package
(name "xf86-video-geode") (name "xf86-video-geode")
(version "2.11.19") (version "2.11.20")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append "mirror://xorg/individual/driver/xf86-video-geode-"
"mirror://xorg/individual/driver/xf86-video-geode-" version ".tar.bz2"))
version (sha256
".tar.bz2")) (base32 "0r2dz0agg0k5wrqdbicji6mh6svzyl0xgqk76hpcfdlzn2zx15zl"))
(sha256 (patches (search-patches "xf86-video-geode-glibc-2.20.patch"))))
(base32
"0zn9gb49grds5mcs1dlrx241k2w1sgqmx4i5x7v6159xxqhlqsf6"))
(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)))
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs `(("pkg-config" ,pkg-config)))