python3Packages.mlx-lm: 0.31.2 -> 0.31.3

Diff: https://github.com/ml-explore/mlx-lm/compare/v0.31.2...v0.31.3

Changelog: https://github.com/ml-explore/mlx-lm/releases/tag/v0.31.3
This commit is contained in:
Gaetan Lepage
2026-04-24 09:03:04 +00:00
parent 8341b1b731
commit c00cfd31bb
@@ -24,14 +24,15 @@
buildPythonPackage (finalAttrs: {
pname = "mlx-lm";
version = "0.31.2";
version = "0.31.3";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "ml-explore";
repo = "mlx-lm";
tag = "v${finalAttrs.version}";
hash = "sha256-Ujt0KMs4dzIlbg7cg72TudAvlwJ4uWEG5Lx7+5j8cOU=";
hash = "sha256-DPOJfsIucG8mWt4ZKenymCJo/i9Jw+a+iuIygIIYkA8=";
};
build-system = [