gnu: xf86-video-ast: Update to 1.1.6.

* gnu/packages/xorg.scm (xf86-video-ast): Update to 1.1.6.
This commit is contained in:
Efraim Flashner 2023-01-31 12:08:27 +02:00
parent ddc1277832
commit 694ceda387
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2627,16 +2627,16 @@ (define-public xf86-video-ark
(define-public xf86-video-ast
(package
(name "xf86-video-ast")
(version "1.1.5")
(version "1.1.6")
(home-page "https://cgit.freedesktop.org/xorg/driver/xf86-video-ast/")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/driver/xf86-video-ast-"
version ".tar.bz2"))
version ".tar.xz"))
(sha256
(base32
"1pm2cy81ma7ldsw0yfk28b33h9z2hcj5rccrxhfxfgvxsiavrnqy"))))
"1bqdjcxi8fj48821322djdqnrla2i48wqckdf364zagrqyllyxbm"))))
(build-system gnu-build-system)
(inputs (list xorg-server))
(native-inputs (list pkg-config))