diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-12-21 14:19:50 +0100 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2017-12-21 08:51:13 -0500 |
commit | ac1156e02723385143c505868aeb239946d821d0 (patch) | |
tree | a0b430c864d93fafbed6d1099057886c6dda5041 | |
parent | e7b1b290b11c4f2c89999fc079278e917f65bca9 (diff) |
guix: Switch to Guile 2.2.
* guix.scm <inputs>: Switch to GUILE-2.2.
-rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))) |