We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cfb066 + f64a0cd commit dbbe630Copy full SHA for dbbe630
pkgs/development/python-modules/groq/default.nix
@@ -19,14 +19,14 @@
19
20
buildPythonPackage rec {
21
pname = "groq";
22
- version = "0.13.0";
+ version = "0.15.0";
23
pyproject = true;
24
25
src = fetchFromGitHub {
26
owner = "groq";
27
repo = "groq-python";
28
tag = "v${version}";
29
- hash = "sha256-EkEXXHca4DJtY1joM1E4IXzaQzJL+QC+aYaTe46EWlE=";
+ hash = "sha256-RoUvUDgUO1M3pSZA0B0eimRvE8buF4FDaz+FD1a241I=";
30
};
31
32
build-system = [
0 commit comments