guix-commits
[Top][All Lists]
Advanced

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

03/29: gnu: Tcl/Tk: Update to 8.6.9.


From: guix-commits
Subject: 03/29: gnu: Tcl/Tk: Update to 8.6.9.
Date: Sat, 9 Feb 2019 15:55:21 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit b5a72640d72fa8b4bc52cc24845eb23983f5f377
Author: Marius Bakke <address@hidden>
Date:   Fri Feb 8 18:28:51 2019 +0100

    gnu: Tcl/Tk: Update to 8.6.9.
    
    * gnu/packages/tcl.scm (tcl): Update to 8.6.9.
    (tk): Update to 8.6.9.1.
    [source](uri): Use VERSION-PREFIX to take only the first three components.
---
 gnu/packages/tcl.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
index b8c85eb..368a80a 100644
--- a/gnu/packages/tcl.scm
+++ b/gnu/packages/tcl.scm
@@ -40,14 +40,14 @@
 (define-public tcl
   (package
     (name "tcl")
-    (version "8.6.8")
+    (version "8.6.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/tcl/Tcl/"
                                   version "/tcl" version "-src.tar.gz"))
               (sha256
                (base32
-                "0sprsg7wnraa4cbwgbcliylm6p0rspfymxn8ww02pr4ca70v0g64"))))
+                "0kjzj7mkzfnb7ksxanbibibfpciyvsh5ffdlhs0bmfc75kgd435d"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
@@ -135,14 +135,15 @@ X11 GUIs.")
 (define-public tk
   (package
     (name "tk")
-    (version "8.6.8")
+    (version "8.6.9.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://sourceforge/tcl/Tcl/"
-                                 version "/tk" version "-src.tar.gz"))
+                                 (version-prefix version 3) "/tk"
+                                 version "-src.tar.gz"))
              (sha256
               (base32
-               "0cvvznjwfn0i9vj9cw3wg8svx25ha34gg57m4xd1k5fyinhbrrs9"))
+               "1d7bfkxpacy33w5nahf73lkwxqpff44w1jplg7i2gmwgiaawvjwg"))
              (patches (search-patches "tk-find-library.patch"))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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