Unverified Commit 06f3516b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.speechrecognition: 3.14.1 -> 3.14.2 (#396342)

parents 9b3330b4 8fdff8ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''