diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-12-16 11:10:15 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-12-16 11:10:15 -0500 |
commit | a0aef712ab136b970b2cdb1d6f967bab1040cbf1 (patch) | |
tree | 3a8e8fcd1880762139da03a8204d0e727bf7b813 | |
parent | 7dfd942546a988da97d545dccfec0e8e20e37d21 (diff) |
guix: Update package version.
-rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ SDL2 C shared library via the foreign function interface.") (package (name "chickadee") - (version "0.7.0") + (version "0.8.0") (source (local-file %source-dir #:recursive? #t #:select? (git-predicate %source-dir))) |