mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: padthv1: Update to 0.9.23.
* gnu/packages/music.scm (padthv1): Update to 0.9.23.
This commit is contained in:
parent
06d8a317c1
commit
522a3bf99c
1 changed files with 2 additions and 2 deletions
|
@ -2317,7 +2317,7 @@ (define-public samplv1
|
|||
(define-public padthv1
|
||||
(package
|
||||
(name "padthv1")
|
||||
(version "0.9.22")
|
||||
(version "0.9.23")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -2325,7 +2325,7 @@ (define-public padthv1
|
|||
"/padthv1-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wky9v91qc3j866di8mcjz0pf3n8ah888lxg8dpvp6ryh1cm6i6x"))))
|
||||
"0222n74kykirkhq4va09hr37rybxs0nxjbmamp38jf94bfz5y8gp"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; there are no tests
|
||||
|
|
Loading…
Reference in a new issue