diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-01-18 18:05:40 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-01-18 18:05:40 +0100 |
commit | 76400ca5943813b255cff2b36b4dee43c0491e3f (patch) | |
tree | fe475d72a352e1a5cd59f01343b4f457d32649f3 /gnu | |
parent | 1778ea740e052a9a31151b2746d3bcce199ec3b4 (diff) | |
download | guix-76400ca5943813b255cff2b36b4dee43c0491e3f.tar.gz guix-76400ca5943813b255cff2b36b4dee43c0491e3f.zip |
gnu: xf86-video-tdfx: Update to 1.4.7.
* gnu/packages/xorg.scm (xf86-video-tdfx): Update to 1.4.7.
Diffstat (limited to 'gnu')
-rw-r--r-- | 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 b780d47c32..39c3e783a0 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -3221,7 +3221,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.6") + (version "1.4.7") (source (origin (method url-fetch) @@ -3231,7 +3231,7 @@ This driver supports SiS chipsets of 300/315/330/340 series.") ".tar.bz2")) (sha256 (base32 - "0dvdrhyn1iv6rr85v1c52s1gl0j1qrxgv7x0r7qn3ba0gj38i2is")))) + "0hia45z4jc472fxp00803nznizcn4h1ybp63jcsb4lmd9vhqxx2c")))) (build-system gnu-build-system) (inputs `(("mesa" ,mesa) ("xf86driproto" ,xf86driproto) |