guix: Switch to Guile 2.2.

* guix.scm <inputs>: Switch to GUILE-2.2.
This commit is contained in:
Ludovic Courtès 2017-12-21 14:19:50 +01:00 committed by David Thompson
parent e7b1b290b1
commit ac1156e027
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
("pkg-config" ,pkg-config)
("texinfo" ,texinfo)))
(inputs
`(("guile" ,guile-2.0)))
`(("guile" ,guile-2.2)))
(propagated-inputs
`(("guile-commonmark" ,guile-commonmark)
("guile-reader" ,guile-reader)))