guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: jimtcl: Update to 0.79.


From: guix-commits
Subject: 05/05: gnu: jimtcl: Update to 0.79.
Date: Fri, 24 Jan 2020 03:45:01 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit fd7ad899486cce2f8c88e429fb7488c755ab1811
Author: Efraim Flashner <address@hidden>
AuthorDate: Fri Jan 24 10:31:18 2020 +0200

    gnu: jimtcl: Update to 0.79.
    
    * gnu/packages/embedded.scm (jimtcl): Update to 0.79.
    [home-page]: Update home-page.
---
 gnu/packages/embedded.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index b655a88..08c8533 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -459,7 +459,7 @@ SEGGER J-Link and compatible devices.")
 (define-public jimtcl
   (package
     (name "jimtcl")
-    (version "0.77")
+    (version "0.79")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -468,7 +468,7 @@ SEGGER J-Link and compatible devices.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "06d9gdgvi6cwd6pjg3xig0kkjqm6kgq3am8yq1xnksyz2n09f0kp"))))
+                "1k88hz0v3bi19xdvlp0i9nsx38imzwpjh632w7326zwbv2wldf0h"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
@@ -479,7 +479,7 @@ SEGGER J-Link and compatible devices.")
              (let ((out (assoc-ref outputs "out")))
                (invoke "./configure"
                        (string-append "--prefix=" out))))))))
-    (home-page "http://jim.tcl.tk";)
+    (home-page "http://jim.tcl.tk/index.html";)
     (synopsis "Small footprint Tcl implementation")
     (description "Jim is a small footprint implementation of the Tcl 
programming
 language.")



reply via email to

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