gnu: amsynth: Update to 1.12.4.
* gnu/packages/music.scm (amsynth): Update to 1.12.4.
This commit is contained in:
parent
1d6c3716ac
commit
60fd190ecc
1 changed files with 2 additions and 2 deletions
|
@ -2418,7 +2418,7 @@ special variant of additive synthesis.")
|
|||
(define-public amsynth
|
||||
(package
|
||||
(name "amsynth")
|
||||
(version "1.12.3")
|
||||
(version "1.12.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2426,7 +2426,7 @@ special variant of additive synthesis.")
|
|||
"download/release-" version
|
||||
"/amsynth-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0xqcm3ggaj004gfmlsds2x6q8dxlz1akz6dbwkynv9vvdnizm91r"))))
|
||||
(base32 "1fabxx4nv5rsi4kjqachzh2r6zb40lszbv09gcz41ql8qslrw842"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
|
Reference in a new issue