aubio: 0.4.6 -> 0.4.7

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aubio/versions
This commit is contained in:
R. RyanTM 2018-10-03 21:44:10 -07:00
parent 4d1abc4419
commit 3768c3a62d

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 ];