soupault: 4.11.0 → 5.0.0

This commit is contained in:
·𐑑𐑴𐑕𐑑𐑩𐑤 2025-04-25 08:04:22 +07:00 committed by Vincent Laporte
parent d43488ef16
commit 6758d64536

View file

@ -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