python312Packages.llama-cpp-python: 0.3.8 -> 0.3.9 (#405932)

This commit is contained in:
kirillrdy
2025-05-11 08:53:11 +10:00
committed by GitHub
@@ -39,14 +39,14 @@ let
in
buildPythonPackage rec {
pname = "llama-cpp-python";
version = "0.3.8";
version = "0.3.9";
pyproject = true;
src = fetchFromGitHub {
owner = "abetlen";
repo = "llama-cpp-python";
tag = "v${version}";
hash = "sha256-F1E1c2S1iIL3HX/Sot/uIIrOWvfPU1dCrHx14A1Jn9E=";
hash = "sha256-iw9teWZ612gUNM2Zm5WGdFTq7aNo8QRRIGeHoFpXdfQ=";
fetchSubmodules = true;
};
# src = /home/gaetan/llama-cpp-python;