Skip to content

Commit

Permalink
python312Packages.groq: 0.13.0 -> 0.15.0 (NixOS#373188)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 12, 2025
2 parents 2cfb066 + f64a0cd commit dbbe630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/groq/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@

buildPythonPackage rec {
pname = "groq";
version = "0.13.0";
version = "0.15.0";
pyproject = true;

src = fetchFromGitHub {
owner = "groq";
repo = "groq-python";
tag = "v${version}";
hash = "sha256-EkEXXHca4DJtY1joM1E4IXzaQzJL+QC+aYaTe46EWlE=";
hash = "sha256-RoUvUDgUO1M3pSZA0B0eimRvE8buF4FDaz+FD1a241I=";
};

build-system = [
Expand Down

0 comments on commit dbbe630

Please sign in to comment.