me
/
guix
Archived
1
0
Fork 0

gnu: tcl: Update to 8.6.6.

* gnu/packages/tcl.scm (tcl): Update to 8.6.6.
master
Kei Kebreau 2017-01-18 15:32:58 -05:00
parent 6cd0045347
commit 9f19f3a0ad
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -37,14 +37,14 @@
(define-public tcl
(package
(name "tcl")
(version "8.6.4")
(version "8.6.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/tcl/Tcl/"
version "/tcl" version "-src.tar.gz"))
(sha256
(base32
"13cwa4bc85ylf5gfj9vk182lvgy60qni3f7gbxghq78wk16djvly"))
"01zypqhy57wvh1ikk28bg733sk5kf4q568pq9v6fvcz4h6bl0rd2"))
(patches (search-patches "tcl-mkindex-deterministic.patch"))))
(build-system gnu-build-system)
(arguments