python3Packages.speechrecognition: 3.16.0 -> 3.16.1

This commit is contained in:
R. Ryantm
2026-05-09 12:22:19 +00:00
parent e4d84e0e42
commit 8162e155db
@@ -25,14 +25,14 @@
buildPythonPackage (finalAttrs: {
pname = "speechrecognition";
version = "3.16.0";
version = "3.16.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Uberi";
repo = "speech_recognition";
tag = finalAttrs.version;
hash = "sha256-EIDhWx1s1B0DX4Vmd/a8hRnTBgdBx9ALOonOWFPgUOg=";
hash = "sha256-5BTwUzo2U7/VwmEqldxXddt/ByKebZKY1KhCEoIb9F8=";
};
postPatch = ''