python3Packages.llm-gemini: 0.29 -> 0.30

This commit is contained in:
R. Ryantm
2026-04-07 20:08:42 +00:00
parent 24c474ca38
commit 7e3dc26feb
@@ -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 ];