guix-commits
[Top][All Lists]
Advanced

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

07/14: gnu: synthv1: Update to 0.9.16.


From: guix-commits
Subject: 07/14: gnu: synthv1: Update to 0.9.16.
Date: Mon, 10 Aug 2020 23:21:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2bf6ee3b1c611fd92f87f4c236bead3ff655344b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 11 04:58:03 2020 +0200

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



reply via email to

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