mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: amsynth: Update to 1.13.4.
* gnu/packages/music.scm (amsynth): Update to 1.13.4. Change-Id: If4513c7fbee4a2c58f94dcc2d191a6eb62bda58f
This commit is contained in:
parent
4729cef6bd
commit
6f4824a49d
1 changed files with 2 additions and 2 deletions
|
@ -2663,7 +2663,7 @@ (define-public padthv1
|
|||
(define-public amsynth
|
||||
(package
|
||||
(name "amsynth")
|
||||
(version "1.12.4")
|
||||
(version "1.13.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2671,7 +2671,7 @@ (define-public amsynth
|
|||
"download/release-" version
|
||||
"/amsynth-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1fabxx4nv5rsi4kjqachzh2r6zb40lszbv09gcz41ql8qslrw842"))))
|
||||
(base32 "1yryhwx05v1kzj44kxamgvwc65r65d7vlk4nbkaa6kjy7yy9lrwm"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
|
Loading…
Reference in a new issue