me
/
guix
Archived
1
0
Fork 0

gnu: guile: Upgrade to 2.0.10.

* gnu/packages/guile.scm (guile-2.0): Upgrade to 2.0.10.
master
Ludovic Courtès 2014-03-18 15:17:50 +01:00
parent bda1bc6c51
commit 39b71fc89b
1 changed files with 2 additions and 2 deletions

View File

@ -108,14 +108,14 @@ without requiring the source code to be rewritten.")
(define-public guile-2.0
(package
(name "guile")
(version "2.0.9")
(version "2.0.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/guile/guile-" version
".tar.xz"))
(sha256
(base32
"0nw9y8vjyz4r61v06p9msks5lm58pd91irmzg4k487vmv743h2pp"))))
"0vhvlbpmj560r8xl2r085ww16rlhbyq032am67dija09r63b0zm6"))))
(build-system gnu-build-system)
(native-inputs `(("pkgconfig" ,pkg-config)))
(inputs `(("libffi" ,libffi)