mhw pushed a commit to branch media-updates
in repository guix.
commit bfc0d8395e6fa9d474db5ac88ef6eb49c080625f
Author: Andy Wingo <[email protected]>
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 4dcda98..9548104 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3106,7 +3106,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)
@@ -3116,7 +3116,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)