Unverified Commit 023b391f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.groq: 1.1.2 -> 1.2.0 (#514203)

parents c3695e95 da674fcc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

buildPythonPackage rec {
  pname = "groq";
  version = "1.1.2";
  version = "1.2.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "groq";
    repo = "groq-python";
    tag = "v${version}";
    hash = "sha256-uOTttpjV2iislaink/0Jewkinyb2hYt0J+sv/OSuhJ4=";
    hash = "sha256-PisqKpVM2KAlGgZDcCoFJhoib7WhuM1AkJOGYVimW0U=";
  };

  postPatch = ''