Skip to content

Commit

Permalink
python310Packages.sounddevice: 0.4.4 -> 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and FRidh committed Aug 23, 2022
1 parent cbaf729 commit 70ddb59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/sounddevice/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

buildPythonPackage rec {
pname = "sounddevice";
version = "0.4.4";
version = "0.4.5";
disabled = isPy27;

src = fetchPypi {
inherit pname version;
sha256 = "sha256-9pD1qkGKViaMe9vJfWl8ha3QE0xcedRLiirXobhdp4k=";
sha256 = "sha256-L+DUEpnk8wN9rSrO3k7/BmazSh+j2lM15HEgNzlkvvU=";
};

propagatedBuildInputs = [ cffi numpy portaudio ];
Expand Down

0 comments on commit 70ddb59

Please sign in to comment.