python: librosa: 0.6.2 -> 0.6.3

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:19 +01:00
parent f2c89e325d
commit a8586da853

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "librosa";
version = "0.6.2";
version = "0.6.3";
src = fetchPypi {
inherit pname version;
sha256 = "2aa868b8aade749b9904eeb7034fcf44115601c367969b6d01f5e1b4b9b6031d";
sha256 = "b332225ac29bfae1ba386deca2b6566271576de3ab17617ad0a71892c799b118";
};
propagatedBuildInputs = [ joblib matplotlib six scikitlearn decorator audioread resampy ];