diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-08-14 14:34:59 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-08-14 16:03:42 +0200 |
commit | fcb416154ff5b8251d363531bdd06c4f8043f8cc (patch) | |
tree | 255aef1e5bbeac2a42c7f16f91fce32e43a0c83d /gnu/packages | |
parent | c0549628b2a324c8a82d459babdb21c4cc54b1ae (diff) | |
download | guix-fcb416154ff5b8251d363531bdd06c4f8043f8cc.tar guix-fcb416154ff5b8251d363531bdd06c4f8043f8cc.tar.gz |
gnu: lilv: Update to 0.22.0.
* gnu/packages/audio.scm (lilv): Update to 0.22.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/audio.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 8ee53fd850..9188a4cdf0 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 |