guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: lv2: Update to 1.18.2.


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

nckx pushed a commit to branch master
in repository guix.

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

    gnu: lv2: Update to 1.18.2.
    
    * gnu/packages/audio.scm (lv2): Update to 1.18.2.
---
 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 5be00a3..f41f23f 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2656,14 +2656,14 @@ significantly faster and have minimal dependencies.")
 (define-public lv2
   (package
     (name "lv2")
-    (version "1.18.0")
+    (version "1.18.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://lv2plug.in/spec/lv2-";
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0gs7401xz23q9vajqr31aa2db8dvssgyh5zrvr4ipa6wig7yb8wh"))))
+               "0pp0n9x1rg8d4fw853z9cvfifjdi4bl85yjxxddqa1acfjy1z2af"))))
     (build-system waf-build-system)
     (arguments
      `(#:tests? #f                      ; no check target



reply via email to

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