python312Packages.groq: 0.18.0 -> 0.19.0

This commit is contained in:
R. Ryantm
2025-03-18 02:45:54 +00:00
parent 7bff569ce4
commit 490ac31492
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "groq";
version = "0.18.0";
version = "0.19.0";
pyproject = true;
src = fetchFromGitHub {
owner = "groq";
repo = "groq-python";
tag = "v${version}";
hash = "sha256-BEXS+RccECCYJJm9uygqFSDxC0MNcC8swyfA7gPM6AY=";
hash = "sha256-+1us/LPQEMeswxxHvydfTCod+RimUD2lKtlAZ3pDZOA=";
};
build-system = [
@@ -64,7 +64,7 @@ buildPythonPackage rec {
meta = {
description = "Library for the Groq API";
homepage = "https://github.com/groq/groq-python";
changelog = "https://github.com/groq/groq-python/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/groq/groq-python/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fab ];
};