Unverified Commit d2bf031f authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

ocamlPackages.ocamlformat-mlx-lib: 0.27.0.0 -> 0.27.0.1 (#418754)

parents 2b8c9e32 35ffb2d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,14 +24,14 @@
}:
buildDunePackage rec {
  pname = "ocamlformat-mlx-lib";
  version = "0.27.0.0";
  version = "0.27.0.1";
  minimalOcamlVersion = "4.08";

  src = fetchFromGitHub {
    owner = "ocaml-mlx";
    repo = "ocamlformat-mlx";
    tag = version;
    hash = "sha256-psuiZy/+HjlJ+b/EYlNVb0aXqUu6/364L71qVoH9xSs=";
    hash = "sha256-807ku1C5CxAGlMP1tDW0APE32VV/TPOgsZqi6FcFQm0=";
  };

  propagatedBuildInputs = [