python3Packages.gguf: 8292 -> 8545

This commit is contained in:
Sarah Clark
2026-04-01 10:08:58 -07:00
parent cce6177226
commit aff243e019
@@ -20,14 +20,14 @@
buildPythonPackage (finalAttrs: {
pname = "gguf";
version = "8292";
version = "8545";
pyproject = true;
src = fetchFromGitHub {
owner = "ggml-org";
repo = "llama.cpp";
tag = "b${finalAttrs.version}";
hash = "sha256-nlUG9b+LGKdQ4kfUTqWUPgqavOMVhD8mAYwf3WARO3s=";
hash = "sha256-sb0fSpzwyl2Ws270if/4Ts75J3E6mGEJ/N5GDjzgg6A=";
};
sourceRoot = "${finalAttrs.src.name}/gguf-py";