python3Packages.mlx-lm: 0.26.0 -> 0.26.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:01:48 +02:00
parent 44f3b4dea6
commit 121c40dc41
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "mlx-lm";
version = "0.26.0";
version = "0.26.2";
pyproject = true;
src = fetchFromGitHub {
owner = "ml-explore";
repo = "mlx-lm";
tag = "v${version}";
hash = "sha256-J69XIqsjQ4sQqhx+EkjKcVXVlQ4A4PGJvICSiCfoSOA=";
hash = "sha256-D5csHfkmIM01PkCMT+DDJ2+6as6eVdKNvvHzXcVqdEY=";
};
build-system = [