Unverified Commit 65abdb77 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

python3Packages.llm-gemini: 0.28.2 -> 0.29 (#493647)

parents 3e946700 53ae1109
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.28.2";
  version = "0.29";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "simonw";
    repo = "llm-gemini";
    tag = version;
    hash = "sha256-lPap9EWVue7VdqDQ5io5Al53gzfChuylJChDUIMBDow=";
    hash = "sha256-6UqQJDPJIprxpZCrPT/pGpghvCWQpseodrJfcKgRtaA=";
  };

  build-system = [ setuptools ];