guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: jalv: Update to 1.6.6.


From: guix-commits
Subject: 04/07: gnu: jalv: Update to 1.6.6.
Date: Sun, 7 Nov 2021 16:52:27 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c569c735c267797a55f84574f7ae1e81832c3906
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 7 22:10:26 2021 +0100

    gnu: jalv: Update to 1.6.6.
    
    * gnu/packages/audio.scm (jalv): Update to 1.6.6.
---
 gnu/packages/audio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 3229fb5..5be00a3 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2207,14 +2207,14 @@ synchronous execution of all clients, and low latency 
operation.")
 (define-public jalv
   (package
     (name "jalv")
-    (version "1.6.4")
+    (version "1.6.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.drobilla.net/jalv-";
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "1wwfn7yzbs37s2rdlfjgks63svd5g14yyzd2gdl7h0z12qncwsy2"))))
+                "05lycfq0f06zjp5xqvzjz9hx9kmqx72yng1lghh76hv63dw43lcj"))))
     (build-system waf-build-system)
     (arguments
      `(#:tests? #f                      ; no check target



reply via email to

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