From a435437cab293e0aa5dc58e9ea94a0b4573cc58f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 19 May 2025 17:54:22 +0200 Subject: [PATCH] python313Packages.speechrecognition: 3.14.2 -> 3.14.3 Diff: https://github.com/Uberi/speech_recognition/compare/refs/tags/3.14.2...refs/tags/3.14.3 Changelog: https://github.com/Uberi/speech_recognition/releases/tag/3.14.3 --- 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 7b7a89c9518e..a7169ac61d1b 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.2"; + version = "3.14.3"; pyproject = true; disabled = pythonOlder "3.9"; @@ -33,7 +33,7 @@ buildPythonPackage rec { owner = "Uberi"; repo = "speech_recognition"; tag = version; - hash = "sha256-Y2kmwHws/auzIa7dLir3sYZdFK5l70GEyfgwscQhMic="; + hash = "sha256-g//KKxPRe1pWVJo7GsRNIV59r0J7XJEoXvH0tGuV3Jk="; }; postPatch = ''