summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/llama-cpp-python
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2025-08-14 08:50:24 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2025-08-14 08:50:24 +0000
commitb18a85c2b16e25580e0f8451475ca4695e53e9ba (patch)
tree795f1022396dca14cbef92bba35d47c80eec81a0 /pkgs/development/python-modules/llama-cpp-python
parentaebb31075735e756e94ed5e87070df94b90a638f (diff)
python3Packages.llama-cpp-python: 0.3.14 -> 0.3.15
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;