summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-01 14:33:43 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-01 14:45:47 +0100
commitadc036fe0afbad381b13fd213116bee832e5bd0a (patch)
tree1368dd94d5e880e2b9a52c55474a195d0539b095
parent088526f3bbbf3c02f75def235802696db1f3c7f7 (diff)
downloadguix-patches-adc036fe0afbad381b13fd213116bee832e5bd0a.tar
guix-patches-adc036fe0afbad381b13fd213116bee832e5bd0a.tar.gz
gnu: synthv1: Update to 0.9.18.
* gnu/packages/music.scm (synthv1): Update to 0.9.18.
-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 9831c166d0..fc63e7e261 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1661,7 +1661,7 @@ users to select LV2 plugins and run them with jalv.")
(define-public synthv1
(package
(name "synthv1")
- (version "0.9.17")
+ (version "0.9.18")
(source (origin
(method url-fetch)
(uri
@@ -1669,7 +1669,7 @@ users to select LV2 plugins and run them with jalv.")
"/synthv1-" version ".tar.gz"))
(sha256
(base32
- "0jc2drk5dzsaa6vxmk1hyi0zp02zm3mzar3arssfy5vcyc5ig6sk"))))
+ "1sggiaswcdpyxnnbg583ldg0m92fiys6nc5qdiqli7450w416a6c"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f)) ; there are no tests