python3Packages.groq: 0.31.1 -> 0.32.0

This commit is contained in:
R. Ryantm
2025-09-28 07:33:32 +00:00
parent e9f00bd893
commit ff0585b25b
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "groq";
version = "0.31.1";
version = "0.32.0";
pyproject = true;
src = fetchFromGitHub {
owner = "groq";
repo = "groq-python";
tag = "v${version}";
hash = "sha256-vckFFnk66gkxaoqKpjykkpQIbiWqUyuTDgSvhKqsC4A=";
hash = "sha256-31doHBwdZWlEb1tk0OjfLciPhde0kfiMY6heiXDvnWI=";
};
postPatch = ''