diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-09-15 14:04:01 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-09-15 14:04:01 -0400 |
commit | fa77914c1871995314d4b1d48ce89909d5698c78 (patch) | |
tree | f47c2281739a73fa479f86400b02753c4faa0722 | |
parent | 0fa16dc46fd2dba2820595fd1eea25b271b7a74f (diff) |
guix: Update package version.
-rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ (package (name "guile-syntax-highlight") - (version "0.1") + (version "0.2.0") (source (git-checkout (url (dirname (current-filename))))) (build-system gnu-build-system) (arguments |