gnu: tk: Update to 8.6.6.

* gnu/packages/tcl.scm (tk): Update to 8.6.6.
This commit is contained in:
Kei Kebreau 2017-01-18 16:03:00 -05:00
parent 9f19f3a0ad
commit 539108e113
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -135,14 +135,14 @@ (define-public expect
(define-public tk (define-public tk
(package (package
(name "tk") (name "tk")
(version "8.6.4") (version "8.6.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/tcl/Tcl/" (uri (string-append "mirror://sourceforge/tcl/Tcl/"
version "/tk" version "-src.tar.gz")) version "/tk" version "-src.tar.gz"))
(sha256 (sha256
(base32 (base32
"1h96vp15zl5xz0d4qp6wjyrchqmrmdm3q5k22wkw9jaxbvw9vy88")) "17diivcfcwdhp4v5zi6j9nkxncccjqkivhp363c4wx5lf4d3fb6n"))
(patches (search-patches "tk-find-library.patch")))) (patches (search-patches "tk-find-library.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments