gnu: xf86-video-cirrus: Update to 1.5.2.

* gnu/packages/xorg.scm (xf86-video-cirrus): Update to 1.5.2.
master
Mark H Weaver 2014-12-19 15:36:27 -05:00
parent 316fdeb27e
commit 102e8fc0a1
1 changed files with 3 additions and 3 deletions

View File

@ -2433,17 +2433,17 @@ devices, thus making direct access unnecessary.")
(define-public xf86-video-cirrus (define-public xf86-video-cirrus
(package (package
(name "xf86-video-cirrus") (name "xf86-video-cirrus")
(version "1.4.0") (version "1.5.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://xorg/X11R7.7/src/everything/xf86-video-cirrus-" "mirror://xorg/individual/driver/xf86-video-cirrus-"
version version
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0blnbspj4936wy46lp346s4b08dfcray6yicsxvv5b4699fzl1rb")))) "1mycqgjp18b6adqj2h90vp324xh8ysyi5migfmjc914vbnkf2q9k"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("xorg-server" ,xorg-server))) (inputs `(("xorg-server" ,xorg-server)))
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs `(("pkg-config" ,pkg-config)))