Merge pull request #180867 from r-ryantm/auto-update/python3.10-resampy

This commit is contained in:
Martin Weinelt 2022-07-09 18:24:28 +02:00 committed by GitHub
commit 2076461c00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "resampy";
version = "0.3.0";
version = "0.3.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "bmcfee";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-OVj5dQafIoKeA04yTGBKTinldMjEccxrdiuRFIvRzcE=";
hash = "sha256-kqRWW50VQO8H02vHgbdHo578c2jXX4fgF8AY6JuQOSI=";
};
propagatedBuildInputs = [