guix-commits
[Top][All Lists]
Advanced

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

80/104: gnu: synthv1: Update to 0.9.14.


From: guix-commits
Subject: 80/104: gnu: synthv1: Update to 0.9.14.
Date: Sun, 17 May 2020 11:36:47 -0400 (EDT)

nckx pushed a commit to branch core-updates
in repository guix.

commit 5808dfa24cf76832780c08dc25639a0b7f865b19
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun May 17 00:26:40 2020 +0200

    gnu: synthv1: Update to 0.9.14.
    
    * gnu/packages/music.scm (synthv1): Update to 0.9.14.
---
 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 9a55f0d..b8752ce 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1436,7 +1436,7 @@ users to select LV2 plugins and run them with jalv.")
 (define-public synthv1
   (package
     (name "synthv1")
-    (version "0.9.13")
+    (version "0.9.14")
     (source (origin
               (method url-fetch)
               (uri
@@ -1444,7 +1444,7 @@ users to select LV2 plugins and run them with jalv.")
                               "/synthv1-" version ".tar.gz"))
               (sha256
                (base32
-                "0bb48myvgvqcibwm68qhd4852pjr2g19rasf059a799d1hzgfq3l"))))
+                "08n83krkak20924flb9azhm9hn40lyfvn29m63zs3lw3wajf0b40"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests



reply via email to

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