Unverified Commit 4e8931df authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.groq: 0.33.0 -> 0.34.1 (#463009)

parents ba9899af 87e221a1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

buildPythonPackage rec {
  pname = "groq";
  version = "0.33.0";
  version = "0.34.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "groq";
    repo = "groq-python";
    tag = "v${version}";
    hash = "sha256-DR5/g/SQZ1445k2nF9cXzyaoGz3QNKvwNPBY5kWngRM=";
    hash = "sha256-PXkql+YE0sXkJrgooGUnIsEnIRvqZ8RZGUx5nRJY6Qw=";
  };

  postPatch = ''