python3Packages.llm-gemini: 0.26 -> 0.26.1 (#451468)
This commit is contained in:
@@ -15,14 +15,14 @@
|
|||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "llm-gemini";
|
pname = "llm-gemini";
|
||||||
version = "0.26";
|
version = "0.26.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "simonw";
|
owner = "simonw";
|
||||||
repo = "llm-gemini";
|
repo = "llm-gemini";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-Blkes0d7pVpltP2Vj8ngFRpNYnb9Z/m6O6UByAjrdfw=";
|
hash = "sha256-HZUbO1R8qVc4iuRNs9ezR9dnjjAy+s8g0TTlfOCyeVc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|||||||
Reference in New Issue
Block a user