diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-08-21 14:44:53 +0200 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-08-21 09:02:55 -0400 |
commit | 8f109c9054da3b7f8cb19421dcd0263c9b34b580 (patch) | |
tree | 1a2950900e9d9e04a744c9b4435524a7606ca864 | |
parent | 8ef95ff9e8e6125e9ae12d43dfccc00eeec30b4e (diff) |
guix: Update guile version.
-rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ ("automake" ,automake) ("pkg-config" ,pkg-config))) (inputs - `(("guile" ,guile-2.0))) + `(("guile" ,guile-3.0))) (synopsis "General-purpose syntax highlighter for GNU Guile") (description "Guile-syntax-highlight is a general-purpose syntax highlighting library for GNU Guile. It can parse code written in |