python3Packages.mlx: 0.6.0 -> 0.15.1

This commit is contained in:
Martin Weinelt
2024-06-24 12:15:44 +02:00
parent f43b795dc2
commit 12a38471eb
@@ -30,13 +30,13 @@ let
in
buildPythonPackage rec {
pname = "mlx";
version = "0.6.0";
version = "0.15.1";
src = fetchFromGitHub {
owner = "ml-explore";
repo = "mlx";
rev = "refs/tags/v${version}";
hash = "sha256-FihdI+3ACKMJfPT2POjTRdtkXs7x+KiQpdpo3RcczBE=";
hash = "sha256-+vgHEt+L91YJLpQo4bps+Rnm/TS1PAPXNohdICGK6GE=";
};
pyproject = true;