mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: tcllib: Update to 1.19.
* gnu/packages/tcl.scm (tcllib): Update to 1.19.
This commit is contained in:
parent
f86f1531c9
commit
345eec8203
1 changed files with 2 additions and 2 deletions
|
@ -234,14 +234,14 @@ (define-public perl-tk
|
||||||
(define-public tcllib
|
(define-public tcllib
|
||||||
(package
|
(package
|
||||||
(name "tcllib")
|
(name "tcllib")
|
||||||
(version "1.18")
|
(version "1.19")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/tcllib/tcllib/"
|
(uri (string-append "mirror://sourceforge/tcllib/tcllib/"
|
||||||
version "/tcllib-" version ".tar.gz"))
|
version "/tcllib-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05dmrk9qsryah2n17z6z85dj9l9lfyvnsd7faw0p9bs1pp5pwrkj"))))
|
"173abxaazdmf210v651708ab6h7xhskvd52krxk6ifam337qgzh1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("tcl" ,tcl)))
|
`(("tcl" ,tcl)))
|
||||||
|
|
Loading…
Reference in a new issue