[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: amsynth: Update to 1.13.4.
From: |
guix-commits |
Subject: |
01/02: gnu: amsynth: Update to 1.13.4. |
Date: |
Sun, 15 Sep 2024 16:47:15 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 6f4824a49d67b82395f4553712bab8fb3ca048a7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 8 02:00:00 2024 +0200
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