guix-commits
[Top][All Lists]
Advanced

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

05/15: gnu: synthv1: Update to 0.9.15.


From: guix-commits
Subject: 05/15: gnu: synthv1: Update to 0.9.15.
Date: Wed, 1 Jul 2020 11:54:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 958258dc205d8755280e46f682c94b492c7615b9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jul 1 17:24:28 2020 +0200

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



reply via email to

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