Skip to content

Commit dbbe630

Browse files
authored
python312Packages.groq: 0.13.0 -> 0.15.0 (NixOS#373188)
2 parents 2cfb066 + f64a0cd commit dbbe630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/groq/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919

2020
buildPythonPackage rec {
2121
pname = "groq";
22-
version = "0.13.0";
22+
version = "0.15.0";
2323
pyproject = true;
2424

2525
src = fetchFromGitHub {
2626
owner = "groq";
2727
repo = "groq-python";
2828
tag = "v${version}";
29-
hash = "sha256-EkEXXHca4DJtY1joM1E4IXzaQzJL+QC+aYaTe46EWlE=";
29+
hash = "sha256-RoUvUDgUO1M3pSZA0B0eimRvE8buF4FDaz+FD1a241I=";
3030
};
3131

3232
build-system = [

0 commit comments

Comments
 (0)