[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/11: gnu: lilv: Update to 0.24.6.
From: |
guix-commits |
Subject: |
06/11: gnu: lilv: Update to 0.24.6. |
Date: |
Mon, 11 Nov 2019 21:34:20 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 2d91e5968f66bd71f272d90d0bdea9611448d2fc
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Nov 12 00:11:35 2019 +0100
gnu: lilv: Update to 0.24.6.
* gnu/packages/audio.scm (lilv): Update to 0.24.6.
[arguments]: Remove obsolete #:configure-flags.
---
gnu/packages/audio.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index bc79225..1ef59bb 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1805,22 +1805,20 @@ included are the command line utilities @code{send_osc}
and @code{dump_osc}.")
(define-public lilv
(package
(name "lilv")
- (version "0.24.4")
+ (version "0.24.6")
(source (origin
(method url-fetch)
(uri (string-append "https://download.drobilla.net/lilv-"
version ".tar.bz2"))
(sha256
(base32
- "0f24cd7wkk5l969857g2ydz2kjjrkvvddg1g87xzzs78lsvq8fy3"))))
+ "1p3hafsxgs5d4za7n66lf5nz74qssfqpmk520cm7iq2njvvlqm2z"))))
(build-system waf-build-system)
(arguments
`(#:tests? #f ; no check target
- #:configure-flags (list "--bindings")
#:phases
(modify-phases %standard-phases
- (add-before
- 'configure 'set-ldflags
+ (add-before 'configure 'set-ldflags
(lambda* (#:key outputs #:allow-other-keys)
(setenv "LDFLAGS"
(string-append "-Wl,-rpath="
- branch master updated (a2161c8 -> 9dd6b8d), guix-commits, 2019/11/11
- 10/11: gnu: libstrophe: Don't use unstable tarball., guix-commits, 2019/11/11
- 04/11: gnu: rng-tools: Update to 6.8., guix-commits, 2019/11/11
- 07/11: gnu: highlight: Update to 3.54., guix-commits, 2019/11/11
- 08/11: gnu: libmbim: Update to 1.20.2., guix-commits, 2019/11/11
- 01/11: gnu: lyx: Don't use NAME in source URI., guix-commits, 2019/11/11
- 09/11: gnu: libstrophe: Update to 0.9.3., guix-commits, 2019/11/11
- 02/11: gnu: lyx: Update to 2.3.3., guix-commits, 2019/11/11
- 03/11: gnu: dialog: Update to 1.3-20191110., guix-commits, 2019/11/11
- 06/11: gnu: lilv: Update to 0.24.6.,
guix-commits <=
- 11/11: gnu: sratom: Update to 0.6.4., guix-commits, 2019/11/11
- 05/11: gnu: sord: Update to 0.16.4., guix-commits, 2019/11/11