me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/xorg.scm (xf86-video-ast): Update to 1.1.6.
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
1 changed files with 3 additions and 3 deletions

View File

@ -2627,16 +2627,16 @@ X server.")
(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))