Commit 730b241e authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.llm-gemini: 0.17 -> 0.18.1

parent 23d4cd9c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@
}:
buildPythonPackage rec {
  pname = "llm-gemini";
  version = "0.17";
  version = "0.18.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "simonw";
    repo = "llm-gemini";
    tag = version;
    hash = "sha256-CF3kRrW1wV1JZC+spOmb2BFBKjFzvWG+vFIscZuVp2U=";
    hash = "sha256-kQVqMB8uf8tT4lTbyvX5tByUzD2yO1h7hIDhUTycX2A=";
  };

  build-system = [