gnu: xf86-video-vesa: Update to 2.6.0.

* gnu/packages/xorg.scm (xf86-video-vesa): Update to 2.6.0.
This commit is contained in:
Efraim Flashner 2023-01-31 12:08:29 +02:00
parent d00c02ea9d
commit 0b70ea52db
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3350,17 +3350,17 @@ X server.")
(define-public xf86-video-vesa (define-public xf86-video-vesa
(package (package
(name "xf86-video-vesa") (name "xf86-video-vesa")
(version "2.5.0") (version "2.6.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://xorg/individual/driver/xf86-video-vesa-" "mirror://xorg/individual/driver/xf86-video-vesa-"
version version
".tar.bz2")) ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0nf6ai74c60xk96kgr8q9mx6lrxm5id3765ws4d801irqzrj85hz")))) "1ccvaigb1f1kz8nxxjmkfn598nabd92p16rx1g35kxm8n5qjf20h"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (list xorg-server)) (inputs (list xorg-server))
(native-inputs (list pkg-config)) (native-inputs (list pkg-config))