guix-commits
[Top][All Lists]
Advanced

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

23/35: gnu: synthv1: Update to 0.9.20.


From: guix-commits
Subject: 23/35: gnu: synthv1: Update to 0.9.20.
Date: Wed, 3 Mar 2021 18:45:11 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 5c709614028c53a94f60b8d24bd465f1bbbd228a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Mar 3 23:17:20 2021 +0100

    gnu: synthv1: Update to 0.9.20.
    
    * gnu/packages/music.scm (synthv1): Update to 0.9.20.
---
 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 762f4dd..58bdb56 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1927,7 +1927,7 @@ users to select LV2 plugins and run them with jalv.")
 (define-public synthv1
   (package
     (name "synthv1")
-    (version "0.9.19")
+    (version "0.9.20")
     (source (origin
               (method url-fetch)
               (uri
@@ -1935,7 +1935,7 @@ users to select LV2 plugins and run them with jalv.")
                               "/synthv1-" version ".tar.gz"))
               (sha256
                (base32
-                "17sizhav01mn07gi812n8wqdcr85290zqg609s18cww2b95dy6mn"))))
+                "1g2i79gkl1j7i49djz6igkbvdmfwxhcg6kx97n63bcqcvvy03rqz"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests



reply via email to

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