python313Packages.mlx: 0.25.2 -> 0.26.3

This commit is contained in:
Cameron Yule 2025-07-09 14:06:55 +01:00
parent f3edfab1bc
commit cfe1e8cfb8
No known key found for this signature in database

View File

@ -36,14 +36,14 @@ let
mlx = buildPythonPackage rec {
pname = "mlx";
version = "0.25.2";
version = "0.26.3";
pyproject = true;
src = fetchFromGitHub {
owner = "ml-explore";
repo = "mlx";
tag = "v${version}";
hash = "sha256-fkf/kKATr384WduFG/X81c5InEAZq5u5+hwrAJIg7MI=";
hash = "sha256-hbqV/2KYGJ1gyExZd5bgaxTdhl5+Gext+U/+1KAztMU=";
};
patches = [