gnu: padthv1: Update to 0.9.8.

* gnu/packages/music.scm (padthv1): Update to 0.9.8.
[arguments]: Drop -std=gnu++11 #:configure-flags.
master
Tobias Geerinckx-Rice 2019-06-23 23:00:18 +02:00
parent d32f2aa379
commit 0246bfc0c4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 5 deletions

View File

@ -1460,7 +1460,7 @@ effects.")
(define-public padthv1
(package
(name "padthv1")
(version "0.9.7")
(version "0.9.8")
(source (origin
(method url-fetch)
(uri
@ -1468,12 +1468,10 @@ effects.")
"/padthv1-" version ".tar.gz"))
(sha256
(base32
"1jd4bf6a1ipvg4yhb3xf3maqg68bx97ic9l57djmkirlrkh2a3wp"))))
"1k4p2ir12qjcs62knvw2s6qyvb46203yx22fnwp341cjk171cxji"))))
(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)