aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-01-05 21:25:05 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-01-05 22:30:52 +0100
commit49e41cd34b8b118bdf154bb43af058c9b2f33caa (patch)
tree45aa1921ebb3de938d7d05813ac24bd855749290
parent4a5c398622174e573983305ae4659dea4be7e9a9 (diff)
downloadguix-49e41cd34b8b118bdf154bb43af058c9b2f33caa.tar
guix-49e41cd34b8b118bdf154bb43af058c9b2f33caa.tar.gz
gnu: synthv1: Update to 0.8.6.
* gnu/packages/music.scm (synthv1): Update to 0.8.6.
-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 0173b7fbfc..1e04de27d9 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1266,7 +1266,7 @@ users to select LV2 plugins and run them with jalv.")
(define-public synthv1
(package
(name "synthv1")
- (version "0.8.5")
+ (version "0.8.6")
(source (origin
(method url-fetch)
(uri
@@ -1274,7 +1274,7 @@ users to select LV2 plugins and run them with jalv.")
"/synthv1-" version ".tar.gz"))
(sha256
(base32
- "0mvrqk6jy7h2wg442ixwm49w7x15rs4066c2ljrz4kvxlzp5z69i"))))
+ "141ah1gnv5r2k846v5ay15q9q90h01p74240a56vlxqh20z43g92"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; There are no tests.