diff options
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 74ecab8f74..711c873d25 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -7603,7 +7603,7 @@ up to OCaml 4.08.") (define-public ocaml-cohttp (package (name "ocaml-cohttp") - (version "4.0.0") + (version "5.0.0") (source (origin (method git-fetch) @@ -7613,7 +7613,7 @@ up to OCaml 4.08.") (file-name (git-file-name name version)) (sha256 (base32 - "02d7417yy1i62by368w3wyw3756047pbrw69spcvz3cd1z7vqaci")))) + "074xis3wmr76gadh1ffmfzjfx13mw4kr2s6rkwqwzcl6l85n9x2z")))) (build-system dune-build-system) (arguments '(#:package "cohttp" |