Philip Taron 2025-05-29 11:36:38 -07:00
parent c80dc765ca
commit 414b770ca5

View file

@ -15,14 +15,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "llm-mistral"; pname = "llm-mistral";
version = "0.13"; version = "0.14";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "simonw"; owner = "simonw";
repo = "llm-mistral"; repo = "llm-mistral";
tag = version; tag = version;
hash = "sha256-u7Q+WJEtetapNo8WtdbnPKLZK3Q8YBjQcpZgGrK29Ic="; hash = "sha256-NuiqRA/SCjGq0hJsnHJ/vgdncIKu3oE9WqWGht7QRMc=";
}; };
build-system = [ build-system = [