guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: lilv: Update to 0.24.4.


From: Marius Bakke
Subject: 03/04: gnu: lilv: Update to 0.24.4.
Date: Thu, 16 Aug 2018 11:41:27 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit f69b6d1f488a1da333af427df91f13b1d22102f9
Author: Marius Bakke <address@hidden>
Date:   Thu Aug 16 16:05:20 2018 +0200

    gnu: lilv: Update to 0.24.4.
    
    * gnu/packages/audio.scm (lilv): Update to 0.24.4.
---
 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 17a94af..488d8fa 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1716,14 +1716,14 @@ included are the command line utilities @code{send_osc} 
and @code{dump_osc}.")
 (define-public lilv
   (package
     (name "lilv")
-    (version "0.24.2")
+    (version "0.24.4")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://download.drobilla.net/lilv-";
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "08m5a372pr1l7aii9s3pic5nm68gynx1n1bc7bnlswziq6qnbv7p"))))
+               "0f24cd7wkk5l969857g2ydz2kjjrkvvddg1g87xzzs78lsvq8fy3"))))
     (build-system waf-build-system)
     (arguments
      `(#:tests? #f ; no check target



reply via email to

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