mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: xf86-video-vesa: Update to 2.5.0.
* gnu/packages/xorg.scm (xf86-video-vesa): Update to 2.5.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
dbe607925a
commit
d0b3af53e0
1 changed files with 2 additions and 2 deletions
|
@ -3512,7 +3512,7 @@ (define-public xf86-video-trident
|
|||
(define-public xf86-video-vesa
|
||||
(package
|
||||
(name "xf86-video-vesa")
|
||||
(version "2.4.0")
|
||||
(version "2.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3522,7 +3522,7 @@ (define-public xf86-video-vesa
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1373vsxn6qh00na0s9c09kf09gj78rzi98zq93id8v5zsya3qi5z"))))
|
||||
"0nf6ai74c60xk96kgr8q9mx6lrxm5id3765ws4d801irqzrj85hz"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("xorg-server" ,xorg-server)))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue