guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: synthv1: Update to 0.9.14.


From: guix-commits
Subject: 01/05: gnu: synthv1: Update to 0.9.14.
Date: Sat, 16 May 2020 18:27:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d5c0a835964e4990a7016f8d12c602c3ccb2bb9b
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]