python: librosa: 0.6.3 -> 0.7.1

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:37 +02:00
parent 31110331ab
commit 1586126707

View File

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