python3Packages.llm-gemini: 0.21 -> 0.22

This commit is contained in:
R. Ryantm
2025-06-12 17:22:11 +00:00
parent af17f1e57c
commit 81acf55879
@@ -15,14 +15,14 @@
}:
buildPythonPackage rec {
pname = "llm-gemini";
version = "0.21";
version = "0.22";
pyproject = true;
src = fetchFromGitHub {
owner = "simonw";
repo = "llm-gemini";
tag = version;
hash = "sha256-aCP0YjcghzpgceuZRKGTN15wm7OIPCwcJAJJBxh78f4=";
hash = "sha256-8zUOP+LNwdUXx4hR3m5lodcVUmB4ZjyiWqWzk2tV9wM=";
};
build-system = [ setuptools ];