Unverified Commit 7066f579 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.speechbrain: 1.0.2 -> 1.0.3 (#396874)

parents e3378d32 00fde3a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "speechbrain";
  version = "1.0.2";
  version = "1.0.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "speechbrain";
    repo = "speechbrain";
    tag = "v${version}";
    hash = "sha256-Un7RPxMq1sD7uD3jcw3Bjp+Oo8ld+XC5g2I89gF6jxs=";
    hash = "sha256-H45kTOIO6frbrRu+TP+udn1z60ZEcrShNB9iTCLInQs=";
  };

  dependencies = [