Skip to content

Commit a3bdc7a

Browse files
authored
Merge pull request #280420 from r-ryantm/auto-update/python311Packages.pyaudio
python311Packages.pyaudio: 0.2.13 -> 0.2.14
2 parents ce05b29 + f9b38e0 commit a3bdc7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pyaudio/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
buildPythonPackage rec {
99
pname = "PyAudio";
10-
version = "0.2.13";
10+
version = "0.2.14";
1111
disabled = isPyPy;
1212

1313
src = fetchPypi {
1414
inherit pname version;
15-
hash = "sha256-JrzMgeQkPRwP9Uh+a0gd5jKfzWXHk2XCZ87zjzY6K1Y=";
15+
hash = "sha256-eN//OHm0mU0fT8ZIVkald1XG7jwZZHpJH3kKCJW9L4c=";
1616
};
1717

1818
buildInputs = [ pkgs.portaudio ];

0 commit comments

Comments
 (0)