ocamlPackages.conduit: 5.1.0 -> 6.1.0

This commit is contained in:
R. Ryantm 2022-12-28 14:19:40 +00:00
parent 3f3eb370c1
commit bf2067d09d

View file

@ -5,13 +5,13 @@
buildDunePackage rec {
pname = "conduit";
version = "5.1.0";
version = "6.1.0";
minimalOCamlVersion = "4.03";
src = fetchurl {
url = "https://github.com/mirage/ocaml-conduit/releases/download/v${version}/conduit-${version}.tbz";
sha256 = "sha256-5RyMPoecu+ngmYmwBZUJODLchmQgiAcuA+Wlmiojkc0=";
sha256 = "sha256-ouKQiGMLvvksGpAhkqCVSKtKaz91p+7mciQm7KHvwF8=";
};
propagatedBuildInputs = [ astring ipaddr ipaddr-sexp sexplib uri ppx_sexp_conv ];