gnu: tcllib: Update to 1.19.

* gnu/packages/tcl.scm (tcllib): Update to 1.19.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-25 01:29:49 +01:00
parent f86f1531c9
commit 345eec8203
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -234,14 +234,14 @@ interfaces (GUIs) in the Tcl language.")
(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)))