[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: synthv1: Update to 0.9.8.
From: |
guix-commits |
Subject: |
05/09: gnu: synthv1: Update to 0.9.8. |
Date: |
Mon, 24 Jun 2019 07:25:44 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 8c7c76876b6a00114ee078cf5bfba9bb7808d120
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Jun 23 21:46:42 2019 +0200
gnu: synthv1: Update to 0.9.8.
* gnu/packages/music.scm (synthv1): Update to 0.9.8.
[arguments]: Drop -std=gnu++11 #:configure-flags.
---
gnu/packages/music.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 14ba381..366cdd9 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1362,7 +1362,7 @@ users to select LV2 plugins and run them with jalv.")
(define-public synthv1
(package
(name "synthv1")
- (version "0.9.7")
+ (version "0.9.8")
(source (origin
(method url-fetch)
(uri
@@ -1370,12 +1370,10 @@ users to select LV2 plugins and run them with jalv.")
"/synthv1-" version ".tar.gz"))
(sha256
(base32
- "0i70wm430fvksi3g985farrkhgb7mwhi7j06dl66cdj1n12jzzk7"))))
+ "15kabmxp38wqvavs5hr1dqasjjf1j977kzqggxfmzyi3y5fan3hj"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f ; there are no tests
- #:configure-flags
- '("CXXFLAGS=-std=gnu++11")))
+ `(#:tests? #f)) ; there are no tests
(inputs
`(("jack" ,jack-1)
("lv2" ,lv2)
- branch master updated (91477de -> 57945dd), guix-commits, 2019/06/24
- 05/09: gnu: synthv1: Update to 0.9.8.,
guix-commits <=
- 01/09: gnu: python-parted: Update to 3.11.2., guix-commits, 2019/06/24
- 03/09: gnu: python-parted: Don't use unstable tarball., guix-commits, 2019/06/24
- 04/09: gnu: drumkv1: Update to 0.9.8., guix-commits, 2019/06/24
- 08/09: gnu: googletest: Update to 1.8.1., guix-commits, 2019/06/24
- 06/09: gnu: samplv1: Update to 0.9.8., guix-commits, 2019/06/24
- 02/09: gnu: Add volumeicon., guix-commits, 2019/06/24
- 07/09: gnu: padthv1: Update to 0.9.8., guix-commits, 2019/06/24
- 09/09: gnu: znc: Switch back to Guix's googletest package., guix-commits, 2019/06/24