mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: tinyscheme: Update to 1.42.
* gnu/packages/scheme.scm (tinyscheme): Update to 1.42.
This commit is contained in:
parent
cb4b56508d
commit
fcad8025fc
1 changed files with 2 additions and 2 deletions
|
@ -815,14 +815,14 @@ (define-public scm
|
|||
(define-public tinyscheme
|
||||
(package
|
||||
(name "tinyscheme")
|
||||
(version "1.41")
|
||||
(version "1.42")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/" name "/" name "/"
|
||||
name "-" version "/" name "-" version ".zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"0yqma4jrjgj95f3hf30h542x97n8ah234n19yklbqq0phfsa08wf"))))
|
||||
"0rik3qnxqd8wjlazx8rw996pfzkjjg60v6hcbpcqzi7rgml8q4n8"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("unzip" ,unzip)))
|
||||
|
|
Loading…
Reference in a new issue