mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: tk: Update to 8.6.6.
* gnu/packages/tcl.scm (tk): Update to 8.6.6.
This commit is contained in:
parent
9f19f3a0ad
commit
539108e113
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue