python310Packages.resampy: 0.3.1 -> 0.4.1

This commit is contained in:
R. Ryantm
2022-09-09 21:19:49 +00:00
parent 34fde40edd
commit 8fbc5c51ad
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "resampy";
version = "0.3.1";
version = "0.4.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "bmcfee";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-kqRWW50VQO8H02vHgbdHo578c2jXX4fgF8AY6JuQOSI=";
hash = "sha256-8qhYhkTtq7DwEvw+B4Ul4SMAPxweTgDIOtebmElkcsg=";
};
propagatedBuildInputs = [