guix-commits
[Top][All Lists]
Advanced

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

23/26: gnu: synthv1: Update to 0.9.23.


From: guix-commits
Subject: 23/26: gnu: synthv1: Update to 0.9.23.
Date: Fri, 3 Sep 2021 17:27:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8608db8edd203b1bdaebebaa3216fc5e01854e49
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Sep 3 20:34:50 2021 +0200

    gnu: synthv1: Update to 0.9.23.
    
    * gnu/packages/music.scm (synthv1): Update to 0.9.23.
---
 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 56fcc6d..d478c85 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2219,7 +2219,7 @@ users to select LV2 plugins and run them with jalv.")
 (define-public synthv1
   (package
     (name "synthv1")
-    (version "0.9.22")
+    (version "0.9.23")
     (source (origin
               (method url-fetch)
               (uri
@@ -2227,7 +2227,7 @@ users to select LV2 plugins and run them with jalv.")
                               "/synthv1-" version ".tar.gz"))
               (sha256
                (base32
-                "0cmxbsfhkkyqn97rc47cb7d3bv6bd9r71xp4z85mi2kl3q4k569i"))))
+                "03lvq84pg0agdn16i7ng6j7lp1ii3inf4pzjypnkywb2km7zcpni"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests



reply via email to

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