Merge pull request #134845 from r-ryantm/auto-update/python3.8-sounddevice

python38Packages.sounddevice: 0.4.1 -> 0.4.2
This commit is contained in:
Sandro 2021-08-26 13:48:02 +02:00 committed by GitHub
commit 71e1ac8a88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "sounddevice";
version = "0.4.1";
version = "0.4.2";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "f21978921186c0c7183af032fab77b735d824f3e926d76adb3fd0912e289ce0b";
sha256 = "1c9b07cff59c837d258002ed806ee134ed367ef11042bd7d283d6ce407bf889c";
};
propagatedBuildInputs = [ cffi numpy portaudio ];