Commit c00cfd31 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 8341b1b7
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 = [