me
/
guix
Archived
1
0
Fork 0

gnu: xf86-video-tdfx: Update to 1.4.7.

* gnu/packages/xorg.scm (xf86-video-tdfx): Update to 1.4.7.
master
Marius Bakke 2017-01-18 18:05:40 +01:00
parent 1778ea740e
commit 76400ca594
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -3221,7 +3221,7 @@ This driver supports SiS chipsets of 300/315/330/340 series.")
(define-public xf86-video-tdfx (define-public xf86-video-tdfx
(package (package
(name "xf86-video-tdfx") (name "xf86-video-tdfx")
(version "1.4.6") (version "1.4.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3231,7 +3231,7 @@ This driver supports SiS chipsets of 300/315/330/340 series.")
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0dvdrhyn1iv6rr85v1c52s1gl0j1qrxgv7x0r7qn3ba0gj38i2is")))) "0hia45z4jc472fxp00803nznizcn4h1ybp63jcsb4lmd9vhqxx2c"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("mesa" ,mesa) (inputs `(("mesa" ,mesa)
("xf86driproto" ,xf86driproto) ("xf86driproto" ,xf86driproto)