wingo pushed a commit to branch wip-xorg-server-1.18
in repository guix.
commit 1813408d571967459bc011b5852a3b2c94df5c53
Author: Andy Wingo <[email protected]>
Date: Thu Feb 18 21:28:14 2016 +0100
gnu: xf86-video-tdfx: Update to 1.4.6.
* gnu/packages/xorg.scm (xf86-video-tdfx): Update to 1.4.6.
---
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 2752ee8..9830634 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3239,7 +3239,7 @@ This driver supports SiS chipsets of 300/315/330/340
series.")
(define-public xf86-video-tdfx
(package
(name "xf86-video-tdfx")
- (version "1.4.5")
+ (version "1.4.6")
(source
(origin
(method url-fetch)
@@ -3249,7 +3249,7 @@ This driver supports SiS chipsets of 300/315/330/340
series.")
".tar.bz2"))
(sha256
(base32
- "0nfqf1c8939s21ci1g7gacwzlr4g4nnilahgz7j2bz30zfnzpmbh"))
+ "0dvdrhyn1iv6rr85v1c52s1gl0j1qrxgv7x0r7qn3ba0gj38i2is"))
(patches (list
(search-patch "xf86-video-tdfx-remove-mibstore.patch")))))
(build-system gnu-build-system)