guix-commits
[Top][All Lists]
Advanced

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

90/116: gnu: xf86-video-cirrus: Update to 1.5.2.


From: Mark H. Weaver
Subject: 90/116: gnu: xf86-video-cirrus: Update to 1.5.2.
Date: Sat, 20 Dec 2014 04:38:52 +0000

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

commit 102e8fc0a1a77f2548944b2d71ab0d5e916bf275
Author: Mark H Weaver <address@hidden>
Date:   Fri Dec 19 15:36:27 2014 -0500

    gnu: xf86-video-cirrus: Update to 1.5.2.
    
    * gnu/packages/xorg.scm (xf86-video-cirrus): Update to 1.5.2.
---
 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 0450db0..a0bf43c 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2433,17 +2433,17 @@ devices, thus making direct access unnecessary.")
 (define-public xf86-video-cirrus
   (package
     (name "xf86-video-cirrus")
-    (version "1.4.0")
+    (version "1.5.2")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
-               "mirror://xorg/X11R7.7/src/everything/xf86-video-cirrus-"
+               "mirror://xorg/individual/driver/xf86-video-cirrus-"
                version
                ".tar.bz2"))
         (sha256
           (base32
-            "0blnbspj4936wy46lp346s4b08dfcray6yicsxvv5b4699fzl1rb"))))
+            "1mycqgjp18b6adqj2h90vp324xh8ysyi5migfmjc914vbnkf2q9k"))))
     (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]