diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-03-10 20:48:51 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-03-10 20:49:03 -0500 |
commit | 8daf452f4ca074d241921d7623d9386db106e0de (patch) | |
tree | 3eb3f17ba6a7f1ff158d4cd9cd69eecc760f4982 | |
parent | af2872325ed461252303ec8b7987058b664843f1 (diff) |
Fix guile-syntax-highlight version number.
-rw-r--r-- | haunt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -455,7 +455,7 @@ rendering.")) "GNU pkg-config") #:license "GNU LGPLv3+" #:releases - `(("0.1.0" ,(date 2018 03 10))))) + `(("0.1" ,(date 2018 03 10))))) (define chickadee-page (project-page |