Skip to content

Commit f64a0cd

Browse files
committed
1 parent 2da63c4 commit f64a0cd

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)