mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: xf86-video-vesa: Update to 2.3.4.
* gnu/packages/xorg.scm (xf86-video-vesa): Update to 2.3.4.
This commit is contained in:
parent
bcd4a74039
commit
937c13f220
1 changed files with 2 additions and 2 deletions
|
@ -3316,7 +3316,7 @@ (define-public xf86-video-trident
|
|||
(define-public xf86-video-vesa
|
||||
(package
|
||||
(name "xf86-video-vesa")
|
||||
(version "2.3.3")
|
||||
(version "2.3.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3326,7 +3326,7 @@ (define-public xf86-video-vesa
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1y5fsg0c4bgmh1cfsbnaaf388fppyy02i7mcy9vax78flkjpb2yf"))))
|
||||
"1haiw8r1z8ihk68d0jqph2wsld13w4qkl86biq46fvyxg7cg9pbv"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("xorg-server" ,xorg-server)))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue