From 6f4824a49d67b82395f4553712bab8fb3ca048a7 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 8 Sep 2024 02:00:00 +0200 Subject: gnu: amsynth: Update to 1.13.4. * gnu/packages/music.scm (amsynth): Update to 1.13.4. Change-Id: If4513c7fbee4a2c58f94dcc2d191a6eb62bda58f --- gnu/packages/music.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 853708395d..09e4bedee1 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -2663,7 +2663,7 @@ special variant of additive synthesis.") (define-public amsynth (package (name "amsynth") - (version "1.12.4") + (version "1.13.4") (source (origin (method url-fetch) @@ -2671,7 +2671,7 @@ special variant of additive synthesis.") "download/release-" version "/amsynth-" version ".tar.gz")) (sha256 - (base32 "1fabxx4nv5rsi4kjqachzh2r6zb40lszbv09gcz41ql8qslrw842")))) + (base32 "1yryhwx05v1kzj44kxamgvwc65r65d7vlk4nbkaa6kjy7yy9lrwm")))) (build-system gnu-build-system) (arguments (list #:phases -- cgit v1.2.3