guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/09: gnu: tcllib: Update to 1.19.


From: guix-commits
Subject: 07/09: gnu: tcllib: Update to 1.19.
Date: Sun, 24 Feb 2019 20:11:29 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 345eec8203a3e784bd692a19bf2dc23728569297
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 25 01:29:49 2019 +0100

    gnu: tcllib: Update to 1.19.
    
    * gnu/packages/tcl.scm (tcllib): Update to 1.19.
---
 gnu/packages/tcl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
index b809a75..eac3297 100644
--- a/gnu/packages/tcl.scm
+++ b/gnu/packages/tcl.scm
@@ -234,14 +234,14 @@ interfaces (GUIs) in the Tcl language.")
 (define-public tcllib
   (package
     (name "tcllib")
-    (version "1.18")
+    (version "1.19")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/tcllib/tcllib/"
                                   version "/tcllib-" version ".tar.gz"))
               (sha256
                (base32
-                "05dmrk9qsryah2n17z6z85dj9l9lfyvnsd7faw0p9bs1pp5pwrkj"))))
+                "173abxaazdmf210v651708ab6h7xhskvd52krxk6ifam337qgzh1"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("tcl" ,tcl)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]