gnu: aubio: Update to 0.4.9.

* gnu/packages/audio.scm (aubio): Update to 0.4.9.
master
Tobias Geerinckx-Rice 2019-03-12 22:50:55 +01:00
parent 0b75db34d4
commit 4a17211ad0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -156,17 +156,17 @@ Filter) modules follow the convention of 1V / Octave.")
(define-public aubio (define-public aubio
(package (package
(name "aubio") (name "aubio")
(version "0.4.6") (version "0.4.9")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://aubio.org/pub/aubio-" version ".tar.bz2")) "https://aubio.org/pub/aubio-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1yvwskahx1bf3x2fvi6cwah1ay11iarh79fjlqz8s887y3hkpixx")))) "1npks71ljc48w6858l9bq30kaf5nph8z0v61jkfb70xb9np850nl"))))
(build-system waf-build-system) (build-system waf-build-system)
(arguments (arguments
`(#:tests? #f ; no check target `(#:tests? #f ; no check target
#:configure-flags #:configure-flags
(list (list
(string-append "LDFLAGS=-Wl,-rpath=" (assoc-ref %outputs "out") "/lib") (string-append "LDFLAGS=-Wl,-rpath=" (assoc-ref %outputs "out") "/lib")