python3Packages.llama-cpp-python: 0.3.22 -> 0.3.23 (#521750)

This commit is contained in:
kirillrdy
2026-05-19 02:00:27 +00:00
committed by GitHub
@@ -40,14 +40,14 @@ let
in
buildPythonPackage.override { stdenv = stdenvTarget; } rec {
pname = "llama-cpp-python";
version = "0.3.22";
version = "0.3.23";
pyproject = true;
src = fetchFromGitHub {
owner = "abetlen";
repo = "llama-cpp-python";
tag = "v${version}";
hash = "sha256-Mdz8aTBo3bwoqtjarXnQuNYjcaU+p4HKdMQfSoYwq60=";
hash = "sha256-LqSgohfTv02RNZGMjKG0Pq2vHuIX+446uI2Q3KRmnzI=";
fetchSubmodules = true;
};