guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

53/74: gnu: xf86-video-vesa: Update to 2.3.4.


From: Mark H. Weaver
Subject: 53/74: gnu: xf86-video-vesa: Update to 2.3.4.
Date: Mon, 22 Feb 2016 16:14:07 +0000

mhw pushed a commit to branch media-updates
in repository guix.

commit 6d0ce59c1b10f2d72c32f73ded7db0d1ce791760
Author: Andy Wingo <address@hidden>
Date:   Thu Feb 18 21:28:47 2016 +0100

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

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index ba461b0..f7b444e 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3325,7 +3325,7 @@ X server.")
 (define-public xf86-video-vesa
   (package
     (name "xf86-video-vesa")
-    (version "2.3.3")
+    (version "2.3.4")
     (source
       (origin
         (method url-fetch)
@@ -3335,7 +3335,7 @@ X server.")
                ".tar.bz2"))
         (sha256
           (base32
-            "1y5fsg0c4bgmh1cfsbnaaf388fppyy02i7mcy9vax78flkjpb2yf"))))
+            "1haiw8r1z8ihk68d0jqph2wsld13w4qkl86biq46fvyxg7cg9pbv"))))
     (build-system gnu-build-system)
     (inputs `(("xorg-server" ,xorg-server)))
     (native-inputs `(("pkg-config" ,pkg-config)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]