guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: synthv1: Update to 0.9.2.


From: Tobias Geerinckx-Rice
Subject: 04/06: gnu: synthv1: Update to 0.9.2.
Date: Thu, 23 Aug 2018 17:13:30 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 69b4d2487121a40d93065ee01ac5342be9ab12f8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 23 22:49:26 2018 +0200

    gnu: synthv1: Update to 0.9.2.
    
    * gnu/packages/music.scm (synthv1): Update to 0.9.2.
---
 gnu/packages/music.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 1e9f247..98f7692 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1289,7 +1289,7 @@ users to select LV2 plugins and run them with jalv.")
 (define-public synthv1
   (package
     (name "synthv1")
-    (version "0.9.0")
+    (version "0.9.2")
     (source (origin
               (method url-fetch)
               (uri
@@ -1297,10 +1297,10 @@ users to select LV2 plugins and run them with jalv.")
                               "/synthv1-" version ".tar.gz"))
               (sha256
                (base32
-                "1skynjg6ip0qfbqqkybfjh6xcwxagq89ghl08f7sp7j0sz5qdcwp"))))
+                "1r60l286n8y4a4rrlnbc3h7xk4s2pvqykvskls89prxg0lkpz7kl"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f ; There are no tests.
+     `(#:tests? #f                      ; there are no tests
        #:configure-flags
        '("CXXFLAGS=-std=gnu++11")))
     (inputs



reply via email to

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