guix-commits
[Top][All Lists]
Advanced

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

112/116: gnu: xf86-video-vesa: Update to 2.3.3.


From: Mark H. Weaver
Subject: 112/116: gnu: xf86-video-vesa: Update to 2.3.3.
Date: Sat, 20 Dec 2014 04:39:02 +0000

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

commit 7dd17c76ae88ad2abcb215312b7e03311dc67c68
Author: Mark H Weaver <address@hidden>
Date:   Fri Dec 19 21:25:46 2014 -0500

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

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b3de71f..1ec6257 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3027,17 +3027,17 @@ kernel mode setting (KMS).")
 (define-public xf86-video-vesa
   (package
     (name "xf86-video-vesa")
-    (version "2.3.1")
+    (version "2.3.3")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
-               "mirror://xorg/X11R7.7/src/everything/xf86-video-vesa-"
+               "mirror://xorg/individual/driver/xf86-video-vesa-"
                version
                ".tar.bz2"))
         (sha256
           (base32
-            "0wqms28kkz2fvghqhqwp6w8zj7k5cgwnhzvkc7j4v268bf6h78g4"))))
+            "1y5fsg0c4bgmh1cfsbnaaf388fppyy02i7mcy9vax78flkjpb2yf"))))
     (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]