mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
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:
parent
cc17b07a02
commit
fd7ad89948
1 changed files with 3 additions and 3 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Reference in a new issue