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 @@ linked with a SCM executable.")
|
||||||
(define-public tinyscheme
|
(define-public tinyscheme
|
||||||
(package
|
(package
|
||||||
(name "tinyscheme")
|
(name "tinyscheme")
|
||||||
(version "1.41")
|
(version "1.42")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/" name "/" name "/"
|
(uri (string-append "mirror://sourceforge/" name "/" name "/"
|
||||||
name "-" version "/" name "-" version ".zip"))
|
name "-" version "/" name "-" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yqma4jrjgj95f3hf30h542x97n8ah234n19yklbqq0phfsa08wf"))))
|
"0rik3qnxqd8wjlazx8rw996pfzkjjg60v6hcbpcqzi7rgml8q4n8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("unzip" ,unzip)))
|
`(("unzip" ,unzip)))
|
||||||
|
|
Reference in a new issue