lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.librosa: 0.8.0 -> 0.8.1

+2 -2
+2 -2
pkgs/development/python-modules/librosa/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "librosa"; 17 - version = "0.8.0"; 17 + version = "0.8.1"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - sha256 = "af0b9f2ed4bbf6aecbc448a4cd27c16453c397cb6bef0f0cfba0e63afea2b839"; 21 + sha256 = "c53d05e768ae4a3e553ae21c2e5015293e5efbfd5c12d497f1104cb519cca6b3"; 22 22 }; 23 23 24 24 propagatedBuildInputs = [ joblib matplotlib six scikit-learn decorator audioread resampy soundfile pooch ];