diff options
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ (define guile-toot (package (name "guile-toot") - (version "0.1.0") + (version "0.1.1") (source (string-append (getcwd) "/toot-" version ".tar.gz")) (build-system gnu-build-system) (native-inputs |