python3Packages.groq: 1.2.0 -> 1.3.0

This commit is contained in:
R. Ryantm
2026-05-13 16:31:41 +00:00
parent e7bc647eb5
commit c93bd4ab44
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "groq";
version = "1.2.0";
version = "1.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "groq";
repo = "groq-python";
tag = "v${version}";
hash = "sha256-PisqKpVM2KAlGgZDcCoFJhoib7WhuM1AkJOGYVimW0U=";
hash = "sha256-Y+cF4yKDZ+brXLgPqBmh2RgvU52dB2ujTnZPXsMVShw=";
};
postPatch = ''