~ruther/guix-local

294ae4d7f80a49539f8a01a9440b9eeaf4ae1f96 — Marius Bakke 8 years ago fa7d8ea
gnu: xf86-video-vesa: Update to 2.4.0.

* gnu/packages/xorg.scm (xf86-video-vesa): Update to 2.4.0.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/xorg.scm
M gnu/packages/xorg.scm => gnu/packages/xorg.scm +2 -2
@@ 3401,7 3401,7 @@ X server.")
(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 @@ X server.")
               ".tar.bz2"))
        (sha256
          (base32
            "1haiw8r1z8ihk68d0jqph2wsld13w4qkl86biq46fvyxg7cg9pbv"))))
            "1373vsxn6qh00na0s9c09kf09gj78rzi98zq93id8v5zsya3qi5z"))))
    (build-system gnu-build-system)
    (inputs `(("xorg-server" ,xorg-server)))
    (native-inputs `(("pkg-config" ,pkg-config)))