diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2021-09-17 00:10:57 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2021-09-17 00:10:57 +0900 |
commit | 8af34bc69a5ed56e68540048824e5ca86bc1cad8 (patch) | |
tree | ead9a9fb87d2230a726f7b1814dc8161b048c8b2 /guix.scm | |
parent | 6b67bd98ccc75e1a32b99d6be1d793ca26f6c9ff (diff) |
* guix.scm: Update to 0.3.5.
* configure.ac: Update to 0.3.5.
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ (define guile-vikalpa (package (name "guile-vikalpa") - (version "0.3.4") + (version "0.3.5") (source (string-append (getcwd) "/vikalpa-" version ".tar.gz")) (build-system gnu-build-system) (native-inputs |