Archived
1
0
Fork 0

gnu: Tcl/Tk: Update to 8.6.10.

* gnu/packages/tcl.scm (tcl, tk): Update to 8.6.10.
This commit is contained in:
Marius Bakke 2019-11-30 04:20:04 +01:00
parent adfcb15ff1
commit 72c7788fcf
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -43,14 +43,14 @@
(define-public tcl (define-public tcl
(package (package
(name "tcl") (name "tcl")
(version "8.6.9") (version "8.6.10")
(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
"0kjzj7mkzfnb7ksxanbibibfpciyvsh5ffdlhs0bmfc75kgd435d")))) "1vc7imilx6kcb5319r7hnrp4jn5pqb41an3vr3azhgcfcgvdp5ji"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases
@ -145,7 +145,7 @@ X11 GUIs.")
(define-public tk (define-public tk
(package (package
(name "tk") (name "tk")
(version "8.6.9.1") (version "8.6.10")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/tcl/Tcl/" (uri (string-append "mirror://sourceforge/tcl/Tcl/"
@ -153,7 +153,7 @@ X11 GUIs.")
version "-src.tar.gz")) version "-src.tar.gz"))
(sha256 (sha256
(base32 (base32
"1d7bfkxpacy33w5nahf73lkwxqpff44w1jplg7i2gmwgiaawvjwg")) "11p3ycqbr5116vpaxv6fl6md6gcav1ffspgr8wrlc2lxhn543pv3"))
(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