diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
commit | 4d026e48702aa8e2c74b8ae1030dc9e4b75e57ca (patch) | |
tree | c7d1f9f1d4a3676e8f5ea642c505abd60f1feca3 /gnu/packages | |
parent | ef27d1cd1ee701cd61c76b76299d4138476f9e91 (diff) |
gnu: synthv1: Update to 0.9.32.
* gnu/packages/music.scm (synthv1): Update to 0.9.32.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/music.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 3f17a054ca..4482975487 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -2371,7 +2371,7 @@ perform creative live mixes with digital music files.") (define-public synthv1 (package (name "synthv1") - (version "0.9.31") + (version "0.9.32") (source (origin (method url-fetch) (uri @@ -2379,7 +2379,7 @@ perform creative live mixes with digital music files.") "/synthv1-" version ".tar.gz")) (sha256 (base32 - "06yfiwnxdawyby63zqm1jv4ihi4fxzabpkba7v4d8lgwvhxa014k")))) + "1i76d4w2anccyp70vylxxrmqgf1i3znl98ag82wz8lxb5sh34i4x")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ; there are no tests |