python3Packages.groq: 0.36.0 -> 0.37.1

This commit is contained in:
R. Ryantm
2025-12-08 05:45:42 +00:00
parent 55e54fc238
commit b2c22cdafa
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "groq";
version = "0.36.0";
version = "0.37.1";
pyproject = true;
src = fetchFromGitHub {
owner = "groq";
repo = "groq-python";
tag = "v${version}";
hash = "sha256-qN1DMJN5bp5Cnea161ePONsD6V0avAt/oavKHkm/Ec4=";
hash = "sha256-PWqJK150eIaNIBS8uIoiZwQypES8/i750yc/FrIGdbc=";
};
postPatch = ''