python3Packages.groq: 1.1.1 -> 1.1.2

This commit is contained in:
sarahec
2026-03-29 13:51:02 -07:00
committed by Sarah Clark
parent f39098836a
commit a83fc661d4
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "groq";
version = "1.1.1";
version = "1.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "groq";
repo = "groq-python";
tag = "v${version}";
hash = "sha256-rXKuQKrpI3cnJbADDgvL/3vwC25ydTNEbKCwVhjYtFg=";
hash = "sha256-uOTttpjV2iislaink/0Jewkinyb2hYt0J+sv/OSuhJ4=";
};
postPatch = ''