summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-03-18 12:09:07 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-03-18 12:09:07 -0400
commitbfcf61db32f902610f8de210fface7125c64b267 (patch)
treeb58207094be30debcc0242c03a4bf6e565e5459e
parentaf6ab7475e212d55d20beb6e21e27312bc54a5be (diff)
guix: Update to Guile 3.
-rw-r--r--guix.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index dc633a0..15f9698 100644
--- a/guix.scm
+++ b/guix.scm
@@ -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)))