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

python3Packages.llm-gemini: 0.26 -> 0.26.1 (#451468)

parents 4d052ce4 685c8f5a
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.26";
  version = "0.26.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "simonw";
    repo = "llm-gemini";
    tag = version;
    hash = "sha256-Blkes0d7pVpltP2Vj8ngFRpNYnb9Z/m6O6UByAjrdfw=";
    hash = "sha256-HZUbO1R8qVc4iuRNs9ezR9dnjjAy+s8g0TTlfOCyeVc=";
  };

  build-system = [ setuptools ];