gnu: padthv1: Update to 0.9.2.
* gnu/packages/music.scm (padthv1): Update to 0.9.2.
This commit is contained in:
parent
9459216aa1
commit
2c59066f6a
1 changed files with 3 additions and 3 deletions
|
@ -1393,7 +1393,7 @@ (define-public samplv1
|
||||||
(define-public padthv1
|
(define-public padthv1
|
||||||
(package
|
(package
|
||||||
(name "padthv1")
|
(name "padthv1")
|
||||||
(version "0.9.0")
|
(version "0.9.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -1401,10 +1401,10 @@ (define-public padthv1
|
||||||
"/padthv1-" version ".tar.gz"))
|
"/padthv1-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c519qk2g0dk8gqf9ywqfp7dnr4b25lsnxxbf2l1spnnvf8nysvh"))))
|
"1alfl0l5qdll0w5lwhrwzj5dina1big1zmjg5imi9h06dzhz51xl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; There are no tests.
|
`(#:tests? #f ; there are no tests
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
'("CXXFLAGS=-std=gnu++11")))
|
'("CXXFLAGS=-std=gnu++11")))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue