python312Packages.speechrecognition: 3.10.2 -> 3.10.3
Diff: https://github.com/Uberi/speech_recognition/compare/refs/tags/3.10.2...3.10.3
This commit is contained in:
parent
f811173f8d
commit
085756e57e
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "speechrecognition";
|
pname = "speechrecognition";
|
||||||
version = "3.10.2";
|
version = "3.10.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||||
owner = "Uberi";
|
owner = "Uberi";
|
||||||
repo = "speech_recognition";
|
repo = "speech_recognition";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-yMitfMfCGgfq4sgzPstxNYDkAQ4VCewT2jgumODvAnE=";
|
hash = "sha256-g2DE3u2nuJHqWA2X8S6zw5nUVS1yvSqO0VI3zKoIUgg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
|
Loading…
Reference in a new issue