python3Packages.ggml-python: 0.0.41 -> 0.0.42 (#532785)

This commit is contained in:
Gaétan Lepage
2026-06-18 12:56:32 +00:00
committed by GitHub
@@ -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 = [