From 44885c84dfec351da2602cbd757b380748bf5234 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:18:30 +0100 Subject: [PATCH] python3Packages.speechrecognition: 3.12.0 -> 3.14.0 https://github.com/Uberi/speech_recognition/releases/tag/3.14.0 --- .../python-modules/speechrecognition/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/speechrecognition/default.nix b/pkgs/development/python-modules/speechrecognition/default.nix index 0e22d72e9799..5821ee05a010 100644 --- a/pkgs/development/python-modules/speechrecognition/default.nix +++ b/pkgs/development/python-modules/speechrecognition/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "speechrecognition"; - version = "3.12.0"; + version = "3.14.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "Uberi"; repo = "speech_recognition"; tag = version; - hash = "sha256-2yc5hztPBOysHxUQcS76ioCXmqNqjid6QUF4qPlIt24="; + hash = "sha256-1tZ3w77VYPO7BK6y572MwY1BV2+UeSwEL1E3mpdkqJg="; }; postPatch = '' @@ -80,7 +80,7 @@ buildPythonPackage rec { meta = with lib; { description = "Speech recognition module for Python, supporting several engines and APIs, online and offline"; homepage = "https://github.com/Uberi/speech_recognition"; - changelog = "https://github.com/Uberi/speech_recognition/releases/tag/${version}"; + changelog = "https://github.com/Uberi/speech_recognition/releases/tag/${src.tag}"; license = with licenses; [ gpl2Only bsd3