summary refs log tree commit diff
path: root/gnu/packages/music.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-05-05 08:18:09 +0200
committerRicardo Wurmus <rekado@elephly.net>2017-05-05 08:18:09 +0200
commit291a905f2b7827cc91cbd4185be7d6b189d245cb (patch)
treec44d3b922e056927141eff27913b6df1065cf61e /gnu/packages/music.scm
parent95011cb6a533435e298f18aa48df998aee2e6fac (diff)
downloadguix-291a905f2b7827cc91cbd4185be7d6b189d245cb.tar.gz
gnu: synthv1: Update to 0.8.2.
* gnu/packages/music.scm (synthv1): Update to 0.8.2.
Diffstat (limited to 'gnu/packages/music.scm')
-rw-r--r--gnu/packages/music.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index adce8a864f..06b6417d3d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -983,7 +983,7 @@ users to select LV2 plugins and run them with jalv.")
 (define-public synthv1
   (package
     (name "synthv1")
-    (version "0.8.1")
+    (version "0.8.2")
     (source (origin
               (method url-fetch)
               (uri
@@ -991,7 +991,7 @@ users to select LV2 plugins and run them with jalv.")
                               "/synthv1-" version ".tar.gz"))
               (sha256
                (base32
-                "0rzkr8mgy28j5kg56qqrdm05ml2wlm651yk27c2mn5ql7v92gdx3"))))
+                "0lmblhk0728bxi7cixc2j9p6gisicy6alybga9vwmg453snrsybr"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; There are no tests.