diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2021-03-18 12:09:07 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-03-18 12:09:07 -0400 |
commit | bfcf61db32f902610f8de210fface7125c64b267 (patch) | |
tree | b58207094be30debcc0242c03a4bf6e565e5459e | |
parent | af6ab7475e212d55d20beb6e21e27312bc54a5be (diff) |
guix: Update to Guile 3.
-rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ ("pkg-config" ,pkg-config) ("texinfo" ,texinfo))) (inputs - `(("guile" ,guile-2.2))) + `(("guile" ,guile-3.0))) (propagated-inputs `(("guile-commonmark" ,guile-commonmark) ("guile-reader" ,guile-reader))) |