mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: padthv1: Update to 0.9.0.
* gnu/packages/music.scm (padthv1): Update to 0.9.0.
This commit is contained in:
parent
7c60a23cb1
commit
4503b18701
1 changed files with 2 additions and 2 deletions
|
@ -1358,7 +1358,7 @@ (define-public samplv1
|
||||||
(define-public padthv1
|
(define-public padthv1
|
||||||
(package
|
(package
|
||||||
(name "padthv1")
|
(name "padthv1")
|
||||||
(version "0.8.6")
|
(version "0.9.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -1366,7 +1366,7 @@ (define-public padthv1
|
||||||
"/padthv1-" version ".tar.gz"))
|
"/padthv1-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mikab2f9n5q1sfgnp3sbm1rf3v57k4085lsgh0a5gzga2h4hwxq"))))
|
"0c519qk2g0dk8gqf9ywqfp7dnr4b25lsnxxbf2l1spnnvf8nysvh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; There are no tests.
|
`(#:tests? #f ; There are no tests.
|
||||||
|
|
Loading…
Reference in a new issue