python3Packages.groq: 0.34.1 -> 0.36.0 (#464972)

This commit is contained in:
Fabian Affolter
2025-11-25 21:15:05 +00:00
committed by GitHub
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "groq";
version = "0.34.1";
version = "0.36.0";
pyproject = true;
src = fetchFromGitHub {
owner = "groq";
repo = "groq-python";
tag = "v${version}";
hash = "sha256-PXkql+YE0sXkJrgooGUnIsEnIRvqZ8RZGUx5nRJY6Qw=";
hash = "sha256-qN1DMJN5bp5Cnea161ePONsD6V0avAt/oavKHkm/Ec4=";
};
postPatch = ''