Skip to content

Commit

Permalink
python312Packages.mlx: 0.18.0 → 0.21.1; unbreak
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 committed Dec 22, 2024
1 parent 1d06e7c commit 32ff266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/mlx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ let
in
buildPythonPackage rec {
pname = "mlx";
version = "0.18.0";
version = "0.21.1";

src = fetchFromGitHub {
owner = "ml-explore";
repo = "mlx";
rev = "refs/tags/v${version}";
hash = "sha256-eFKjCrutqrmhZKzRrLq5nYl0ieqLvoXpbnTxA1NEhWo=";
hash = "sha256-wxv9bA9e8VyFv/FMh63sUTTNgkXHGQJNQhLuVynczZA=";
};

pyproject = true;
Expand Down

0 comments on commit 32ff266

Please sign in to comment.