gnu: jimtcl: Update to 0.79.

* gnu/packages/embedded.scm (jimtcl): Update to 0.79.
[home-page]: Update home-page.
This commit is contained in:
Efraim Flashner 2020-01-24 10:31:18 +02:00
parent cc17b07a02
commit fd7ad89948
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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