pythonPackages.sounddevice: 0.3.1 -> 0.3.4
This commit is contained in:
parent
0d8ccc9d29
commit
704d413f82
@ -22152,11 +22152,11 @@ in modules // {
|
|||||||
|
|
||||||
sounddevice = buildPythonPackage rec {
|
sounddevice = buildPythonPackage rec {
|
||||||
name = "sounddevice-${version}";
|
name = "sounddevice-${version}";
|
||||||
version = "0.3.1";
|
version = "0.3.4";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/s/sounddevice/${name}.tar.gz";
|
url = "mirror://pypi/s/sounddevice/${name}.tar.gz";
|
||||||
sha256 = "8e5a6816b369c7aea77e06092b2fee99c8b6efbeef4851f53ea3cb208a7607f5";
|
sha256 = "f6c4120357c1458b23bd0d466c66808efdefad397bf97b1162600d079d4665ae";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ cffi numpy pkgs.portaudio ];
|
propagatedBuildInputs = with self; [ cffi numpy pkgs.portaudio ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user