python: resampy: 0.1.4 -> 0.2.1

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:35:15 +01:00
parent f43b64cf57
commit cef45506dc

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "resampy";
version = "0.1.4";
version = "0.2.1";
src = fetchPypi {
inherit pname version;
sha256 = "cf4f149d8699af70a1b4b0769fa16fab21835d936ea7ff25e98446aa49e743d4";
sha256 = "7f6912ca2b746eb9bcdc05c52fcef088f0b7ba1ca6ee0b2d0a359d18fc57f8f8";
};
checkInputs = [ pytest pytestcov ];