pythonPackages.sounddevice: 0.3.4 -> 0.36
This commit is contained in:
parent
98bcca8813
commit
4fc0c15af5
1 changed files with 2 additions and 2 deletions
|
@ -23842,11 +23842,11 @@ in {
|
|||
|
||||
sounddevice = buildPythonPackage rec {
|
||||
name = "sounddevice-${version}";
|
||||
version = "0.3.4";
|
||||
version = "0.3.6";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/s/sounddevice/${name}.tar.gz";
|
||||
sha256 = "f6c4120357c1458b23bd0d466c66808efdefad397bf97b1162600d079d4665ae";
|
||||
sha256 = "4ef39be2d13069fbad8c69ac259e018d96ce55c23b529a7e0be9bd9a76e2e8da";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ cffi numpy pkgs.portaudio ];
|
||||
|
|
Loading…
Reference in a new issue