mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: padthv1: Update to 0.9.21.
* gnu/packages/music.scm (padthv1): Update to 0.9.21.
This commit is contained in:
parent
aa1f2945f0
commit
e83faf04fa
1 changed files with 2 additions and 2 deletions
|
@ -2063,7 +2063,7 @@ (define-public samplv1
|
|||
(define-public padthv1
|
||||
(package
|
||||
(name "padthv1")
|
||||
(version "0.9.20")
|
||||
(version "0.9.21")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -2071,7 +2071,7 @@ (define-public padthv1
|
|||
"/padthv1-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1x3qjkby29xd7y0dg22ms19c8h8drqf55m9nxz6jlc58sfha2ss0"))))
|
||||
"0s28l8vp9b85s4bdm18qm57dh8dx8rx7659r05p44828g4053ipl"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; there are no tests
|
||||
|
|
Loading…
Reference in a new issue