Merge pull request #69930 from r-ryantm/auto-update/python3.7-resampy

python37Packages.resampy: 0.2.1 -> 0.2.2
This commit is contained in:
Frederik Rietdijk
2019-09-29 11:31:01 +02:00
committed by GitHub

View File

@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "resampy";
version = "0.2.1";
version = "0.2.2";
# No tests in PyPi Archive
src = fetchFromGitHub {
owner = "bmcfee";
repo = pname;
rev = version;
sha256 = "0a2bxj042y62dimm2i4vglbhpwbybam07mcl67cb6pmfsw9fbqhj";
sha256 = "0qmkxl5sbgh0j73n667vyi7ywzh09iaync91yp1j5rrcmwsn0qfs";
};
checkInputs = [ pytest pytestcov ];