nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.llm-gemini: 0.23 -> 0.24

R. Ryantm ca28859d 0933eb73

+2 -2
+2 -2
pkgs/development/python-modules/llm-gemini/default.nix
··· 15 15 }: 16 16 buildPythonPackage rec { 17 17 pname = "llm-gemini"; 18 - version = "0.23"; 18 + version = "0.24"; 19 19 pyproject = true; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "simonw"; 23 23 repo = "llm-gemini"; 24 24 tag = version; 25 - hash = "sha256-e+l7YjMJi+ZtkaBQUXT9364F7ncQO476isSm8uMCCB0="; 25 + hash = "sha256-pMPAfRhcvKoxvtbkmtT3L7EvBg9WsNVOP6wFjbyqncw="; 26 26 }; 27 27 28 28 build-system = [ setuptools ];