python3Packages.ggml-python: 0.0.41 -> 0.0.42

Diff: https://github.com/abetlen/ggml-python/compare/v0.0.41...v0.0.42
This commit is contained in:
Gaetan Lepage
2026-06-18 07:54:05 +00:00
parent c5eab8042c
commit 7d5d29b8a7
@@ -34,7 +34,7 @@
buildPythonPackage (finalAttrs: {
pname = "ggml-python";
version = "0.0.41";
version = "0.0.42";
pyproject = true;
__structuredAttrs = true;
@@ -44,7 +44,7 @@ buildPythonPackage (finalAttrs: {
tag = "v${finalAttrs.version}";
# ggml-python expects an older version of ggml than pkgs.ggml's
fetchSubmodules = true;
hash = "sha256-gtjoB62thkGx4N8gYsb8P8uFTHiGz0FrTLLqLBPA97M=";
hash = "sha256-dbYxAropTT8h1BnMg4Ua1hY/IUYWHaZcS0ckj38UoO4=";
};
build-system = [