Merge pull request #208111 from r-ryantm/auto-update/ocaml4.14.0-conduit

ocamlPackages.conduit: 5.1.0 -> 6.1.0
This commit is contained in:
Jonas Heinrich 2022-12-29 10:45:26 +01:00 committed by GitHub
commit de6c635468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];