guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/20: gnu: amsynth: Update to 1.12.4.


From: guix-commits
Subject: 06/20: gnu: amsynth: Update to 1.12.4.
Date: Mon, 17 Jan 2022 03:16:34 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 60fd190ecc9e2940fd3ad3b322259a69f6aa2f4b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 16 01:00:01 2022 +0100

    gnu: amsynth: Update to 1.12.4.
    
    * gnu/packages/music.scm (amsynth): Update to 1.12.4.
---
 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 bec87c64a7..e51fdf2e72 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]