Commit 4d0027d5 authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

python312Packages.speechrecognition: 3.10.4 -> 3.11.0

parent 0988cc13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "speechrecognition";
  version = "3.10.4";
  version = "3.11.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "Uberi";
    repo = "speech_recognition";
    rev = "refs/tags/${version}";
    hash = "sha256-icXZUg2lVLo8Z5t9ptDj67BjQLnEgrG8geYZ/lZeJt4=";
    hash = "sha256-5DZ5QhaYpVtd+AX5OSYD3cM+37Ez0+EL5a+zJ+X/uNg=";
  };

  postPatch = ''