python38Packages.sounddevice: 0.4.2 -> 0.4.3
This commit is contained in:
parent
dd7d2ee6d3
commit
726257dec6
1 changed files with 2 additions and 2 deletions
|
@ -10,12 +10,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sounddevice";
|
pname = "sounddevice";
|
||||||
version = "0.4.2";
|
version = "0.4.3";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1c9b07cff59c837d258002ed806ee134ed367ef11042bd7d283d6ce407bf889c";
|
sha256 = "f1667a7467b65fac4c4ebf668b4e9698eb7333fc3d32bc3c7ec9839ea7cb6c20";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ cffi numpy portaudio ];
|
propagatedBuildInputs = [ cffi numpy portaudio ];
|
||||||
|
|
Loading…
Reference in a new issue