mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
python3Packages.llm-gemini: 0.20 -> 0.21
Diff: https://github.com/simonw/llm-gemini/compare/refs/tags/0.20...refs/tags/0.21 Changelog: https://github.com/simonw/llm-gemini/releases/tag/0.21
This commit is contained in:
parent
518d9a9856
commit
c80dc765ca
1 changed files with 2 additions and 2 deletions
|
@ -15,14 +15,14 @@
|
|||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "llm-gemini";
|
||||
version = "0.20";
|
||||
version = "0.21";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "simonw";
|
||||
repo = "llm-gemini";
|
||||
tag = version;
|
||||
hash = "sha256-haaJtJ9RqV5/n/j8PNXPS7zc332W+gU20x0wGPRdzOQ=";
|
||||
hash = "sha256-aCP0YjcghzpgceuZRKGTN15wm7OIPCwcJAJJBxh78f4=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue