Commit 6eb97ebb authored by Ulrik Strid's avatar Ulrik Strid
Browse files

ocamlPackages.linol: 2023-04-25 -> 2023-08-04

parent c9a4aa0c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
buildDunePackage
rec {
  pname = "linol";
  version = "2023-04-25";
  version = "2023-08-04";

  minimalOCamlVersion = "4.14";
  duneVersion = "3";
@@ -12,8 +12,8 @@ rec {
    owner = "c-cube";
    repo = "linol";
    # Brings support for newer LSP
    rev = "439534e0c5b7a3fbf93ba05fae7d171426153763";
    sha256 = "sha256-EW35T7KUc/L1Zy4+oaJOC6mlVpbvhTfnU3NNFGoZAJg=";
    rev = "09311ae258c55c53c62cb5eda3641682e61fe191";
    sha256 = "sha256-51k+Eo3buzby9cWtbl+/0wbAxa2QSS+Oq0aEao0VBCM=";
  };

  propagatedBuildInputs = [ yojson logs lsp ppx_yojson_conv_lib ];