summary refs log tree commit diff
path: root/gnu/packages/music.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-12-03 23:09:57 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-12-03 23:10:57 +0100
commit4a7b1add2a20852388159ed8dac0943bc21a4dec (patch)
treeae969ff08216d1ed18c844c3fec65e0329b9d8f3 /gnu/packages/music.scm
parent2815fca1423cf72e6f3d0e774f1058bcbf8dfdbf (diff)
downloadguix-4a7b1add2a20852388159ed8dac0943bc21a4dec.tar.gz
gnu: synthv1: Update to 0.8.5.
* gnu/packages/music.scm (synthv1): Update to 0.8.5.
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 9055f6613c..89b3d560b6 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1081,7 +1081,7 @@ users to select LV2 plugins and run them with jalv.")
 (define-public synthv1
   (package
     (name "synthv1")
-    (version "0.8.4")
+    (version "0.8.5")
     (source (origin
               (method url-fetch)
               (uri
@@ -1089,7 +1089,7 @@ users to select LV2 plugins and run them with jalv.")
                               "/synthv1-" version ".tar.gz"))
               (sha256
                (base32
-                "0awk2zx0xa6vl6ah24zz0k2mwsx50hh5g1rh32mp790fp4x7l5s8"))))
+                "0mvrqk6jy7h2wg442ixwm49w7x15rs4066c2ljrz4kvxlzp5z69i"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; There are no tests.