Skip to content

Commit

Permalink
python311Packages.pyaudio: 0.2.13 -> 0.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 12, 2024
1 parent a2f82b9 commit f9b38e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyaudio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

buildPythonPackage rec {
pname = "PyAudio";
version = "0.2.13";
version = "0.2.14";
disabled = isPyPy;

src = fetchPypi {
inherit pname version;
hash = "sha256-JrzMgeQkPRwP9Uh+a0gd5jKfzWXHk2XCZ87zjzY6K1Y=";
hash = "sha256-eN//OHm0mU0fT8ZIVkald1XG7jwZZHpJH3kKCJW9L4c=";
};

buildInputs = [ pkgs.portaudio ];
Expand Down

0 comments on commit f9b38e0

Please sign in to comment.