diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-12 22:50:55 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-14 19:47:29 +0100 |
commit | 4a17211ad0020a5cc2585518f94f9a110e330a88 (patch) | |
tree | 58028c6a6b83fa56565cb0c294c27122e5117077 /gnu/packages/audio.scm | |
parent | 0b75db34d4998a63e2ff1b928f5030ad729fbde1 (diff) | |
download | patches-4a17211ad0020a5cc2585518f94f9a110e330a88.tar patches-4a17211ad0020a5cc2585518f94f9a110e330a88.tar.gz |
gnu: aubio: Update to 0.4.9.
* gnu/packages/audio.scm (aubio): Update to 0.4.9.
Diffstat (limited to 'gnu/packages/audio.scm')
-rw-r--r-- | gnu/packages/audio.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 5f38ce4b86..03d41770c2 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -156,17 +156,17 @@ Filter) modules follow the convention of 1V / Octave.") (define-public aubio (package (name "aubio") - (version "0.4.6") + (version "0.4.9") (source (origin (method url-fetch) (uri (string-append "https://aubio.org/pub/aubio-" version ".tar.bz2")) (sha256 (base32 - "1yvwskahx1bf3x2fvi6cwah1ay11iarh79fjlqz8s887y3hkpixx")))) + "1npks71ljc48w6858l9bq30kaf5nph8z0v61jkfb70xb9np850nl")))) (build-system waf-build-system) (arguments - `(#:tests? #f ; no check target + `(#:tests? #f ; no check target #:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath=" (assoc-ref %outputs "out") "/lib") |