guix-commits
[Top][All Lists]
Advanced

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

12/13: gnu: lilv: Update to 0.24.2.


From: Ricardo Wurmus
Subject: 12/13: gnu: lilv: Update to 0.24.2.
Date: Mon, 10 Apr 2017 12:49:46 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d4d3df82bcea1bb78dbbf07f33a42cfc1c50dd71
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Apr 10 18:43:07 2017 +0200

    gnu: lilv: Update to 0.24.2.
    
    * gnu/packages/audio.scm (lilv): Update to 0.24.2.
---
 gnu/packages/audio.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index e3f73f2..861179b 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1600,15 +1600,14 @@ included are the command line utilities @code{send_osc} 
and @code{dump_osc}.")
 (define-public lilv
   (package
     (name "lilv")
-    (version "0.22.0")
+    (version "0.24.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://download.drobilla.net/lilv-";
-                                 version
-                                 ".tar.bz2"))
+                                 version ".tar.bz2"))
              (sha256
               (base32
-               "1d3ss7vv8drf1c5340lyd0gv736n2qy7sxji2nh1rw9y48hr69yd"))))
+               "08m5a372pr1l7aii9s3pic5nm68gynx1n1bc7bnlswziq6qnbv7p"))))
     (build-system waf-build-system)
     (arguments
      `(#:tests? #f ; no check target



reply via email to

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