mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01:00
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:
parent
d00c02ea9d
commit
0b70ea52db
1 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue