diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-23 22:54:12 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-23 23:01:56 +0200 |
commit | 2c59066f6adeb83be6f291382271614bafe3b770 (patch) | |
tree | 2715ae6aa586217c6c09320c1702e1d0c5688566 /gnu/packages/music.scm | |
parent | 9459216aa1fdb8f2621e8d6fa3bc075e347daf77 (diff) | |
download | patches-2c59066f6adeb83be6f291382271614bafe3b770.tar patches-2c59066f6adeb83be6f291382271614bafe3b770.tar.gz |
gnu: padthv1: Update to 0.9.2.
* gnu/packages/music.scm (padthv1): Update to 0.9.2.
Diffstat (limited to 'gnu/packages/music.scm')
-rw-r--r-- | gnu/packages/music.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 82e01ad9ae..83a46e13a0 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1393,7 +1393,7 @@ effects.") (define-public padthv1 (package (name "padthv1") - (version "0.9.0") + (version "0.9.2") (source (origin (method url-fetch) (uri @@ -1401,10 +1401,10 @@ effects.") "/padthv1-" version ".tar.gz")) (sha256 (base32 - "0c519qk2g0dk8gqf9ywqfp7dnr4b25lsnxxbf2l1spnnvf8nysvh")))) + "1alfl0l5qdll0w5lwhrwzj5dina1big1zmjg5imi9h06dzhz51xl")))) (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 |