Merge pull request #280420 from r-ryantm/auto-update/python311Packages.pyaudio
python311Packages.pyaudio: 0.2.13 -> 0.2.14
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user