diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-04-23 15:03:07 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-04-23 15:03:07 -0400 |
commit | 0ca320591f643ceef7e6099137f9088ae6f69683 (patch) | |
tree | 49403cffa7e1510731bce15a96661eb63482e11c /guix.scm | |
parent | 54e6d37d62c1c58ebd1f06d485880930e494faf8 (diff) |
Bump version to 0.10.0.
Diffstat (limited to 'guix.scm')
-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.9.0") + (version "0.10.0-git") (source (git-checkout (url (dirname (current-filename))))) (build-system gnu-build-system) (arguments |