guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: lilv: Update to 0.22.0.


From: Ricardo Wurmus
Subject: 03/05: gnu: lilv: Update to 0.22.0.
Date: Sun, 14 Aug 2016 14:04:14 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit fcb416154ff5b8251d363531bdd06c4f8043f8cc
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Aug 14 14:34:59 2016 +0200

    gnu: lilv: Update to 0.22.0.
    
    * gnu/packages/audio.scm (lilv): Update to 0.22.0.
---
 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 8ee53fd..9188a4c 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1303,7 +1303,7 @@ included are the command line utilities @code{send_osc} 
and @code{dump_osc}.")
 (define-public lilv
   (package
     (name "lilv")
-    (version "0.20.0")
+    (version "0.22.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://download.drobilla.net/lilv-";
@@ -1311,7 +1311,7 @@ included are the command line utilities @code{send_osc} 
and @code{dump_osc}.")
                                  ".tar.bz2"))
              (sha256
               (base32
-               "0aj2plkx56iar8vzjbq2l7hi7sp0ml99m0h44rgwai2x4vqkk2j2"))))
+               "1d3ss7vv8drf1c5340lyd0gv736n2qy7sxji2nh1rw9y48hr69yd"))))
     (build-system waf-build-system)
     (arguments
      `(#:tests? #f ; no check target



reply via email to

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