Merge pull request #142441 from r-ryantm/auto-update/python38Packages.sounddevice

conduit-nginx
Sandro 2021-10-21 13:31:08 +02:00 committed by GitHub
commit 83a2dbae32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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