summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/llama-cpp-python
diff options
context:
space:
mode:
authorkirillrdy <kirillrdy@gmail.com>2025-07-22 17:09:52 +1000
committerGitHub <noreply@github.com>2025-07-22 17:09:52 +1000
commitdff30526275ca2f4c5c8afdf9896927f2bde63e7 (patch)
treebb436bf141cde7a280b9f1bdc231cd62a3670db6 /pkgs/development/python-modules/llama-cpp-python
parentff84a255bc84f36912824c168ac302d29146db56 (diff)
parent2d478a73b70601053af5aafe943100ee29cf5453 (diff)
python3Packages.llama-cpp-python: 0.3.12 -> 0.3.14 (#426584)
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 33be1a9dbe4f..045414400682 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.12";
+ version = "0.3.14";
pyproject = true;
src = fetchFromGitHub {
owner = "abetlen";
repo = "llama-cpp-python";
tag = "v${version}";
- hash = "sha256-TTGweGfav1uI2+87iUYc1Esmuor9sEZdZqSU2YVPCdQ=";
+ hash = "sha256-RJP2QkelqxZuEoxI3CHyenqUJdjw2MsZKUKM+UUxJB8=";
fetchSubmodules = true;
};
# src = /home/gaetan/llama-cpp-python;