python3Packages.llm-grok: 1.2.0 -> 1.3.0

Changelog: https://github.com/Hiepler/llm-grok/releases/tag/v1.3.0/CHANGELOG.md
This commit is contained in:
Philip Taron
2025-09-25 16:27:28 -07:00
parent 1ccb4a8d32
commit c40f9290f2

View File

@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "llm-grok";
version = "1.2.0";
version = "1.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Hiepler";
repo = "llm-grok";
tag = "v${version}";
hash = "sha256-YSpo7dsQ0/s+sS2DXeLq7zHBdktxCr0P96vr6PtEu9o=";
hash = "sha256-Z/q7A7lidtDPpuD+xnD7+puWxvUZi4ruO7l1AZEu1vU=";
};
build-system = [ setuptools ];