We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc2a89d + ac42543 commit 83407b1Copy full SHA for 83407b1
pkgs/development/python-modules/llm-gemini/default.nix
@@ -15,14 +15,14 @@
15
}:
16
buildPythonPackage rec {
17
pname = "llm-gemini";
18
- version = "0.24";
+ version = "0.25";
19
pyproject = true;
20
21
src = fetchFromGitHub {
22
owner = "simonw";
23
repo = "llm-gemini";
24
tag = version;
25
- hash = "sha256-pMPAfRhcvKoxvtbkmtT3L7EvBg9WsNVOP6wFjbyqncw=";
+ hash = "sha256-jnPFlLUQ+NSTDUStocUldqT7Z+bjrtzGSOJHfMFCScU=";
26
};
27
28
build-system = [ setuptools ];
0 commit comments