~ruther/guix-local

76400ca5943813b255cff2b36b4dee43c0491e3f — Marius Bakke 9 years ago 1778ea7
gnu: xf86-video-tdfx: Update to 1.4.7.

* gnu/packages/xorg.scm (xf86-video-tdfx): Update to 1.4.7.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/xorg.scm
M gnu/packages/xorg.scm => gnu/packages/xorg.scm +2 -2
@@ 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)