From 8fdff8ea0436b43692f5f9a95258a4834fd162e2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 5 Apr 2025 15:11:48 +0200 Subject: [PATCH] python312Packages.speechrecognition: 3.14.1 -> 3.14.2 Diff: https://github.com/Uberi/speech_recognition/compare/refs/tags/3.14.1...3.14.2 Changelog: https://github.com/Uberi/speech_recognition/releases/tag/3.14.2 --- pkgs/development/python-modules/speechrecognition/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/speechrecognition/default.nix b/pkgs/development/python-modules/speechrecognition/default.nix index dda30d0a278b..af0d604763fd 100644 --- a/pkgs/development/python-modules/speechrecognition/default.nix +++ b/pkgs/development/python-modules/speechrecognition/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { pname = "speechrecognition"; - version = "3.14.1"; + version = "3.14.2"; pyproject = true; disabled = pythonOlder "3.9"; @@ -33,7 +33,7 @@ buildPythonPackage rec { owner = "Uberi"; repo = "speech_recognition"; tag = version; - hash = "sha256-4FrFiDRqTZnLB3hTy8hZovlakZsRFEg2ZGitJhJ6DA0="; + hash = "sha256-Y2kmwHws/auzIa7dLir3sYZdFK5l70GEyfgwscQhMic="; }; postPatch = ''