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