summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/llama-cpp-python
diff options
context:
space:
mode:
authorBirdee <85372418+BirdeeHub@users.noreply.github.com>2025-05-22 04:05:35 -0700
committerGitHub <noreply@github.com>2025-05-22 04:05:35 -0700
commitf81e8e68e5f82be459b4569fb09d9dc43241505d (patch)
tree37149df2568ac99199c8928988b72b14b38ebe81 /pkgs/development/python-modules/llama-cpp-python
parentb418b2aa6782f1db0297a8c9ce18b532040fca31 (diff)
parent4a1f05392943474e920b7a4652b7d4a84eb24d5f (diff)
Merge branch 'NixOS:master' into vim_o_exrc_support
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 6a331b1d0b11..7bae1108dd80 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.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;