summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-08-23 22:52:13 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-08-23 23:01:56 +0200
commit29618d6722d6825ade68bc2a03cac36bdba27e12 (patch)
tree24396ce80f72e6ffd324267a05abf25f316d476c
parent2c59066f6adeb83be6f291382271614bafe3b770 (diff)
downloadpatches-29618d6722d6825ade68bc2a03cac36bdba27e12.tar
patches-29618d6722d6825ade68bc2a03cac36bdba27e12.tar.gz
gnu: samplv1: Update to 0.9.2.
* gnu/packages/music.scm (samplv1): Update to 0.9.2.
-rw-r--r--gnu/packages/music.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 83a46e13a0..1e9f247bd9 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1358,7 +1358,7 @@ effects.")
(define-public samplv1
(package
(name "samplv1")
- (version "0.9.0")
+ (version "0.9.2")
(source (origin
(method url-fetch)
(uri
@@ -1366,10 +1366,10 @@ effects.")
"/samplv1-" version ".tar.gz"))
(sha256
(base32
- "0g67vm9ilmq5nlvk0f3abia9pbinr4ck5v4mll6igni1rxz2n7wk"))))
+ "0rfcp4v971qfhw1hb43hw12wlxmg2q13l0m1h93pyfi5l4mfjkds"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f ; There are no tests.
+ `(#:tests? #f ; there are no tests
#:configure-flags
'("CXXFLAGS=-std=gnu++11")))
(inputs