python3Packages.mlx-lm: 0.30.7 -> 0.31.0 (#498016)

This commit is contained in:
kirillrdy
2026-03-08 23:29:47 +00:00
committed by GitHub
@@ -24,14 +24,14 @@
buildPythonPackage (finalAttrs: {
pname = "mlx-lm";
version = "0.30.7";
version = "0.31.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ml-explore";
repo = "mlx-lm";
tag = "v${finalAttrs.version}";
hash = "sha256-Jc+JyReOH8Wja8sh9BvOO6X090xutKrVSbv+lEODPls=";
hash = "sha256-1YZt2HtHyhP4h3WOcSytbN0sN2x58OYAmQtoxisNt1o=";
};
build-system = [