mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05: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 @@ (define-public xf86-video-trident
|
|||
(define-public xf86-video-vesa
|
||||
(package
|
||||
(name "xf86-video-vesa")
|
||||
(version "2.5.0")
|
||||
(version "2.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/driver/xf86-video-vesa-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nf6ai74c60xk96kgr8q9mx6lrxm5id3765ws4d801irqzrj85hz"))))
|
||||
"1ccvaigb1f1kz8nxxjmkfn598nabd92p16rx1g35kxm8n5qjf20h"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list xorg-server))
|
||||
(native-inputs (list pkg-config))
|
||||
|
|
Loading…
Reference in a new issue