guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: lv2: Update to 1.18.0.


From: guix-commits
Subject: branch master updated: gnu: lv2: Update to 1.18.0.
Date: Tue, 28 Apr 2020 12:29:12 -0400

This is an automated email from the git hooks/post-receive script.

niedzejkob pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ae0f26b  gnu: lv2: Update to 1.18.0.
ae0f26b is described below

commit ae0f26b8f4e0221f1e6f1a5ebf6d5054da506761
Author: Alexandros Theodotou <address@hidden>
AuthorDate: Tue Apr 28 15:30:04 2020 +0100

    gnu: lv2: Update to 1.18.0.
    
    * gnu/packages/audio.scm (lv2): Update to 1.18.0.
    
    Signed-off-by: Jakub Kądziołka <address@hidden>
---
 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 bf16e09..e2e2767 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1979,14 +1979,14 @@ significantly faster and have minimal dependencies.")
 (define-public lv2
   (package
     (name "lv2")
-    (version "1.16.0")
+    (version "1.18.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://lv2plug.in/spec/lv2-";
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "1ppippbpdpv13ibs06b0bixnazwfhiw0d0ja6hx42jnkgdyp5hyy"))))
+               "0gs7401xz23q9vajqr31aa2db8dvssgyh5zrvr4ipa6wig7yb8wh"))))
     (build-system waf-build-system)
     (arguments
      `(#:tests? #f  ; no check target



reply via email to

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