Merge pull request #191167 from r-ryantm/auto-update/python310Packages.resampy

python310Packages.resampy: 0.4.1 -> 0.4.2
This commit is contained in:
Mario Rodas 2022-09-17 11:37:43 -05:00 committed by GitHub
commit 7ef24d17ae
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.4.1";
version = "0.4.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "bmcfee";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-8qhYhkTtq7DwEvw+B4Ul4SMAPxweTgDIOtebmElkcsg=";
hash = "sha256-t5I7NJmIeV0uucPyvR+UJ24NK7fIzYlNJ8bECkbvdjI=";
};
propagatedBuildInputs = [