Unverified Commit d76a9a52 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

python3Packages.llama-cpp-python: 0.3.15 -> 0.3.16 (#435856)

parents 99484b0a d42a66fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,14 +39,14 @@ let
in
buildPythonPackage rec {
  pname = "llama-cpp-python";
  version = "0.3.15";
  version = "0.3.16";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "abetlen";
    repo = "llama-cpp-python";
    tag = "v${version}";
    hash = "sha256-tovyBWknHI3SleGwvdzu2KNK4QXdpwWa2lxt5sxoy+o=";
    hash = "sha256-EUDtCv86J4bznsTqNsdgj1IYkAu83cf+RydFTUb2NEE=";
    fetchSubmodules = true;
  };
  # src = /home/gaetan/llama-cpp-python;