Merge pull request #47844 from r-ryantm/auto-update/aubio

aubio: 0.4.6 -> 0.4.7
This commit is contained in:
Joachim F 2018-10-09 08:59:26 +00:00 committed by GitHub
commit aa9f0bbdfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "aubio-0.4.6";
name = "aubio-0.4.7";
src = fetchurl {
url = "https://aubio.org/pub/${name}.tar.bz2";
sha256 = "1yvwskahx1bf3x2fvi6cwah1ay11iarh79fjlqz8s887y3hkpixx";
sha256 = "0hd0kzfmr46am00ygxar8alrldv92c5azqy701iilfmbqpz4mvfb";
};
nativeBuildInputs = [ pkgconfig python ];