mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: xf86-video-vesa: Update to 2.4.0.
* gnu/packages/xorg.scm (xf86-video-vesa): Update to 2.4.0.
This commit is contained in:
parent
fa7d8ea1a2
commit
294ae4d7f8
1 changed files with 2 additions and 2 deletions
|
@ -3401,7 +3401,7 @@ (define-public xf86-video-trident
|
|||
(define-public xf86-video-vesa
|
||||
(package
|
||||
(name "xf86-video-vesa")
|
||||
(version "2.3.4")
|
||||
(version "2.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3411,7 +3411,7 @@ (define-public xf86-video-vesa
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1haiw8r1z8ihk68d0jqph2wsld13w4qkl86biq46fvyxg7cg9pbv"))))
|
||||
"1373vsxn6qh00na0s9c09kf09gj78rzi98zq93id8v5zsya3qi5z"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("xorg-server" ,xorg-server)))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue