guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: lilv: Update to 0.24.10.


From: guix-commits
Subject: 01/04: gnu: lilv: Update to 0.24.10.
Date: Tue, 5 Jan 2021 19:04:06 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 12903a57dc83bf12e7171e186e9e95b0e7febce7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jan 5 20:29:19 2021 +0100

    gnu: lilv: Update to 0.24.10.
    
    * gnu/packages/audio.scm (lilv): Update to 0.24.10.
---
 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 cf68ddf..a4f5170 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2343,14 +2343,14 @@ included are the command line utilities @code{send_osc} 
and @code{dump_osc}.")
 (define-public lilv
   (package
     (name "lilv")
-    (version "0.24.8")
+    (version "0.24.10")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://download.drobilla.net/lilv-";
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0063i5zgf3d3accwmyx651hw0wh5ik7kji2hvfkcdbl1qia3dp6a"))))
+               "1565zy0yz46cf2f25pi46msdnzkj6bbhml9gfigdpjnsdlyskfyi"))))
     (build-system waf-build-system)
     (arguments
      `(#:tests? #f                      ; no check target



reply via email to

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