python: sounddevice: 0.3.11 -> 0.3.12

This commit is contained in:
Frederik Rietdijk 2018-10-06 12:56:20 +02:00
parent 1cbe6392ad
commit 5f77559651

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "sounddevice";
version = "0.3.11";
version = "0.3.12";
src = fetchPypi {
inherit pname version;
sha256 = "0pfcbgbl77nggchxb2i5rb78m7hpgn65aqpz99yfx1fgfbmy9yg1";
sha256 = "f59ae4e2ec12cb1e5940f06f08804ecca855d959de25ca45a3938de45d0f81a2";
};
propagatedBuildInputs = [ cffi numpy portaudio ];