Unverified Commit 83407b18 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.llm-gemini: 0.24 -> 0.25 (#436170)

parents fc2a89d6 ac425436
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.24";
  version = "0.25";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "simonw";
    repo = "llm-gemini";
    tag = version;
    hash = "sha256-pMPAfRhcvKoxvtbkmtT3L7EvBg9WsNVOP6wFjbyqncw=";
    hash = "sha256-jnPFlLUQ+NSTDUStocUldqT7Z+bjrtzGSOJHfMFCScU=";
  };

  build-system = [ setuptools ];