python3Packages.llm-gemini: 0.29 -> 0.30 (#507713)

This commit is contained in:
Philip Taron
2026-04-07 21:48:53 +00:00
committed by GitHub
@@ -15,14 +15,14 @@
}:
buildPythonPackage rec {
pname = "llm-gemini";
version = "0.29";
version = "0.30";
pyproject = true;
src = fetchFromGitHub {
owner = "simonw";
repo = "llm-gemini";
tag = version;
hash = "sha256-6UqQJDPJIprxpZCrPT/pGpghvCWQpseodrJfcKgRtaA=";
hash = "sha256-7WGcpDwxaBr0NkQRSz0pY2GcnNluC2gp6hpomHJ8SPs=";
};
build-system = [ setuptools ];