python3Packages.llm-gemini: 0.30 -> 0.31

This commit is contained in:
R. Ryantm
2026-05-11 06:15:59 +00:00
parent c6e5ca3c83
commit 23ca535429
@@ -15,14 +15,14 @@
}:
buildPythonPackage rec {
pname = "llm-gemini";
version = "0.30";
version = "0.31";
pyproject = true;
src = fetchFromGitHub {
owner = "simonw";
repo = "llm-gemini";
tag = version;
hash = "sha256-7WGcpDwxaBr0NkQRSz0pY2GcnNluC2gp6hpomHJ8SPs=";
hash = "sha256-GEbn/7QWm+sxYHHfsXYwQwqw7aDk2NCUht1GMmDxEvk=";
};
build-system = [ setuptools ];