mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: padthv1: Update to 0.9.16.
* gnu/packages/music.scm (padthv1): Update to 0.9.16.
This commit is contained in:
parent
8a7784381a
commit
e2c4d7fe9d
1 changed files with 2 additions and 2 deletions
|
@ -1599,7 +1599,7 @@ (define-public samplv1
|
|||
(define-public padthv1
|
||||
(package
|
||||
(name "padthv1")
|
||||
(version "0.9.15")
|
||||
(version "0.9.16")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -1607,7 +1607,7 @@ (define-public padthv1
|
|||
"/padthv1-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"18ma429kamifcvjmsv0hysxk7qn2r9br4fia929bvfccapck98y1"))))
|
||||
"1f2v60dpja0rnml60g463fjiz0f84v32yjwpvr56z79h1i6fssmv"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; there are no tests
|
||||
|
|
Loading…
Reference in a new issue