gnu: chicken: Update to 5.0.0.

* gnu/packages/scheme.scm (chicken): Update to 5.0.0.
This commit is contained in:
Kei Kebreau 2018-12-30 17:05:27 -05:00
parent 697b6ca368
commit 402c36c1d6
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -371,14 +371,14 @@ (define-public hop
(define-public chicken (define-public chicken
(package (package
(name "chicken") (name "chicken")
(version "4.13.0") (version "5.0.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://code.call-cc.org/releases/" (uri (string-append "https://code.call-cc.org/releases/"
version "/chicken-" version ".tar.gz")) version "/chicken-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0hvckhi5gfny3mlva6d7y9pmx7cbwvq0r7mk11k3sdiik9hlkmdd")))) "15b5yrzfa8aimzba79x7v6y282f898rxqxfxrr446sjx9jwlpfd8"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:modules ((guix build gnu-build-system) `(#:modules ((guix build gnu-build-system)