gnu: tcl, tk: Update to 8.6.8.
* gnu/packages/tcl.scm (tcl, tk): Update to 8.6.8.
This commit is contained in:
parent
ce35dc84a1
commit
61565a5f4a
|
@ -39,14 +39,14 @@
|
||||||
(define-public tcl
|
(define-public tcl
|
||||||
(package
|
(package
|
||||||
(name "tcl")
|
(name "tcl")
|
||||||
(version "8.6.7")
|
(version "8.6.8")
|
||||||
(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 "/tcl" version "-src.tar.gz"))
|
version "/tcl" version "-src.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19bb09l55alz4jb38961ikd5116q80s51bjvzqy44ckkwf28ysvw"))))
|
"0sprsg7wnraa4cbwgbcliylm6p0rspfymxn8ww02pr4ca70v0g64"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
@ -134,14 +134,14 @@ X11 GUIs.")
|
||||||
(define-public tk
|
(define-public tk
|
||||||
(package
|
(package
|
||||||
(name "tk")
|
(name "tk")
|
||||||
(version "8.6.7")
|
(version "8.6.8")
|
||||||
(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
|
||||||
"1aipcf6qmbgi15av8yrpp2hx6vdwr684r6739p8cgdzrajiy4786"))
|
"0cvvznjwfn0i9vj9cw3wg8svx25ha34gg57m4xd1k5fyinhbrrs9"))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue