Skip to content

Commit

Permalink
pythonPackages.sounddevice: 0.3.4 -> 0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jan 10, 2017
1 parent 98bcca8 commit 4fc0c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 4fc0c15

Please sign in to comment.