Commit 6758d645 authored by toastal's avatar toastal Committed by Vincent Laporte
Browse files

soupault: 4.11.0 → 5.0.0

parent d43488ef
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

ocamlPackages.buildDunePackage rec {
  pname = "soupault";
  version = "4.11.0";
  version = "5.0.0";

  minimalOCamlVersion = "4.13";

@@ -21,7 +21,7 @@ ocamlPackages.buildDunePackage rec {
      "https://github.com/PataphysicalSociety/soupault/archive/${version}.tar.gz"
      "https://codeberg.org/PataphysicalSociety/soupault/archive/${version}.tar.gz"
    ];
    hash = "sha256-UABbrNNcNaN9NgtAjCs4HUoNXMaK4QvCuWERuEnMG6I=";
    hash = "sha256-patZn5z+ZT3dONdUojSvFgaVOmG1IpVGdehCUh2uRT8=";
  };

  nativeBuildInputs =
@@ -33,6 +33,7 @@ ocamlPackages.buildDunePackage rec {
  buildInputs = with ocamlPackages; [
    base64
    camomile
    cmarkit
    containers
    csv
    digestif