mhw pushed a commit to branch media-updates in repository guix. commit 0a880c6a716a91ed8c5c30b7ea07ecf7bb50e946 Author: Andy Wingo <wi...@igalia.com> Date: Thu Feb 18 21:22:49 2016 +0100
gnu: xf86-video-savage: Update to 2.3.8. * gnu/packages/xorg.scm (xf86-video-savage): Update to 2.3.8. --- 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 0e6ae3c..20fd9f8 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -3108,7 +3108,7 @@ This driver is intended for ATI Rage 128 based cards.") (define-public xf86-video-savage (package (name "xf86-video-savage") - (version "2.3.7") + (version "2.3.8") (source (origin (method url-fetch) @@ -3118,7 +3118,7 @@ This driver is intended for ATI Rage 128 based cards.") ".tar.bz2")) (sha256 (base32 - "0i2aqp68rfkrz9c1p6d7ny9x7bjrlnby7q56zf01fb12r42l4784")))) + "0qzshncynjdmyhavhqw4x5ha3gwbygi0zbsy158fpg1jcnla9kpx")))) (build-system gnu-build-system) (inputs `(("mesa" ,mesa) ("xf86driproto" ,xf86driproto)