Unverified Commit a4d43bfe authored by Ulrik Strid's avatar Ulrik Strid Committed by GitHub
Browse files

ocamlPackages.lambdasoup: 1.1.0 -> 1.1.1 (#341750)

parents c52a1bfa 29872359
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildDunePackage rec {
  pname = "lambdasoup";
  version = "1.1.0";
  version = "1.1.1";

  minimalOCamlVersion = "4.03";

@@ -10,7 +10,7 @@ buildDunePackage rec {
    owner = "aantron";
    repo = pname;
    rev = version;
    hash = "sha256-HUYE29nhoBjG5OZSV4n0C5yLq8yDtP+wsmxYyWsF3lc=";
    hash = "sha256-+d1JPU7OyQgt8pDTlwZraqPHH+OBQD1ycsELKpHT95Y=";
  };

  propagatedBuildInputs = [ camlp-streams markup ];