[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: tcl: Update to 8.6.6.
From: |
Kei Kebreau |
Subject: |
01/01: gnu: tcl: Update to 8.6.6. |
Date: |
Wed, 18 Jan 2017 20:41:46 +0000 (UTC) |
kkebreau pushed a commit to branch core-updates
in repository guix.
commit 9f19f3a0ad4271d223f8519ba96133ab1b8526e6
Author: Kei Kebreau <address@hidden>
Date: Wed Jan 18 15:32:58 2017 -0500
gnu: tcl: Update to 8.6.6.
* gnu/packages/tcl.scm (tcl): Update to 8.6.6.
---
gnu/packages/tcl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
index 4cd9429..2d9bf1e 100644
--- a/gnu/packages/tcl.scm
+++ b/gnu/packages/tcl.scm
@@ -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