summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/llama-cpp-python
diff options
context:
space:
mode:
authorkirillrdy <kirillrdy@gmail.com>2025-08-15 09:49:15 +1000
committerGitHub <noreply@github.com>2025-08-15 09:49:15 +1000
commit5c56c223dbfa2230a7e74a8887be529c3ed43a82 (patch)
tree0c58136ed0f9cd38d7b7de67ecda16ed2f7d68d6 /pkgs/development/python-modules/llama-cpp-python
parent292c82778d8271c9653940f2168be068b4d52ebe (diff)
parentb18a85c2b16e25580e0f8451475ca4695e53e9ba (diff)
python3Packages.llama-cpp-python: 0.3.14 -> 0.3.15 (#433601)
Diffstat (limited to 'pkgs/development/python-modules/llama-cpp-python')
-rw-r--r--pkgs/development/python-modules/llama-cpp-python/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/llama-cpp-python/default.nix b/pkgs/development/python-modules/llama-cpp-python/default.nix
index 045414400682..199d9bed0984 100644
--- a/pkgs/development/python-modules/llama-cpp-python/default.nix
+++ b/pkgs/development/python-modules/llama-cpp-python/default.nix
@@ -39,14 +39,14 @@ let
in
buildPythonPackage rec {
pname = "llama-cpp-python";
- version = "0.3.14";
+ version = "0.3.15";
pyproject = true;
src = fetchFromGitHub {
owner = "abetlen";
repo = "llama-cpp-python";
tag = "v${version}";
- hash = "sha256-RJP2QkelqxZuEoxI3CHyenqUJdjw2MsZKUKM+UUxJB8=";
+ hash = "sha256-tovyBWknHI3SleGwvdzu2KNK4QXdpwWa2lxt5sxoy+o=";
fetchSubmodules = true;
};
# src = /home/gaetan/llama-cpp-python;