python3Packages.llm-grok: 1.0.1 -> 1.1.1 (#425214)

This commit is contained in:
Philip Taron 2025-07-14 14:50:19 -07:00 committed by GitHub
commit 2be28dbb8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "llm-grok";
version = "1.0.1";
version = "1.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Hiepler";
repo = "llm-grok";
tag = "v${version}";
hash = "sha256-OeeU/53XKucLCtGvnl5RWc/QqF0TprB/SO8pnnK5fdw=";
hash = "sha256-Zwvf33XSoULJxJMBHftysY3RzGEQ+L46UJ0V8b/+UXQ=";
};
build-system = [ setuptools ];