python3Packages.llama-cpp-python: 0.3.22 -> 0.3.23 (#521750)
This commit is contained in:
@@ -40,14 +40,14 @@ let
|
||||
in
|
||||
buildPythonPackage.override { stdenv = stdenvTarget; } rec {
|
||||
pname = "llama-cpp-python";
|
||||
version = "0.3.22";
|
||||
version = "0.3.23";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "abetlen";
|
||||
repo = "llama-cpp-python";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-Mdz8aTBo3bwoqtjarXnQuNYjcaU+p4HKdMQfSoYwq60=";
|
||||
hash = "sha256-LqSgohfTv02RNZGMjKG0Pq2vHuIX+446uI2Q3KRmnzI=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user