gnu: xf86-video-savage: Update to 2.3.8.

* gnu/packages/xorg.scm (xf86-video-savage): Update to 2.3.8.
This commit is contained in:
Andy Wingo 2016-02-18 21:22:49 +01:00 committed by Mark H Weaver
parent bfe27469b4
commit bfc0d8395e
1 changed files with 2 additions and 2 deletions

View File

@ -3106,7 +3106,7 @@ This driver is intended for ATI Rage 128 based cards.")
(define-public xf86-video-savage (define-public xf86-video-savage
(package (package
(name "xf86-video-savage") (name "xf86-video-savage")
(version "2.3.7") (version "2.3.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3116,7 +3116,7 @@ This driver is intended for ATI Rage 128 based cards.")
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0i2aqp68rfkrz9c1p6d7ny9x7bjrlnby7q56zf01fb12r42l4784")))) "0qzshncynjdmyhavhqw4x5ha3gwbygi0zbsy158fpg1jcnla9kpx"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("mesa" ,mesa) (inputs `(("mesa" ,mesa)
("xf86driproto" ,xf86driproto) ("xf86driproto" ,xf86driproto)