python312Packages.groq: 0.18.0 -> 0.19.0 (#390839)

This commit is contained in:
Fabian Affolter
2025-04-01 09:50:22 +02:00
committed by GitHub
@@ -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 ];
};