[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: gnu: aubio: Update to 0.4.9.
From: |
guix-commits |
Subject: |
07/10: gnu: aubio: Update to 0.4.9. |
Date: |
Thu, 14 Mar 2019 14:50:10 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 4a17211ad0020a5cc2585518f94f9a110e330a88
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Mar 12 22:50:55 2019 +0100
gnu: aubio: Update to 0.4.9.
* gnu/packages/audio.scm (aubio): Update to 0.4.9.
---
gnu/packages/audio.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 5f38ce4..03d4177 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")
- branch master updated (625697e -> a503071), guix-commits, 2019/03/14
- 07/10: gnu: aubio: Update to 0.4.9.,
guix-commits <=
- 04/10: gnu: Move libconfuse to (gnu packages textutils)., guix-commits, 2019/03/14
- 03/10: gnu: sslh: Update to 1.20., guix-commits, 2019/03/14
- 02/10: gnu: Add perl-conf-libconfig., guix-commits, 2019/03/14
- 09/10: gnu: python-freezegun: Update to 0.3.11., guix-commits, 2019/03/14
- 05/10: gnu: qsynth: Update to 0.5.5., guix-commits, 2019/03/14
- 08/10: gnu: python-nose-timer: Update to 0.7.4., guix-commits, 2019/03/14
- 06/10: gnu: qjackctl: Update to 0.5.6., guix-commits, 2019/03/14
- 01/10: gnu: sslh: Don't use unstable tarball., guix-commits, 2019/03/14
- 10/10: gnu: python-flexmock: Update to 0.10.3., guix-commits, 2019/03/14