Skip to content

Commit ac42543

Browse files
committed
python3Packages.llm-gemini: 0.24 -> 0.25
1 parent ce24ba9 commit ac42543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/llm-gemini/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
}:
1616
buildPythonPackage rec {
1717
pname = "llm-gemini";
18-
version = "0.24";
18+
version = "0.25";
1919
pyproject = true;
2020

2121
src = fetchFromGitHub {
2222
owner = "simonw";
2323
repo = "llm-gemini";
2424
tag = version;
25-
hash = "sha256-pMPAfRhcvKoxvtbkmtT3L7EvBg9WsNVOP6wFjbyqncw=";
25+
hash = "sha256-jnPFlLUQ+NSTDUStocUldqT7Z+bjrtzGSOJHfMFCScU=";
2626
};
2727

2828
build-system = [ setuptools ];

0 commit comments

Comments
 (0)