diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-02-04 10:54:16 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-02-04 17:49:35 +0100 |
commit | 5ce3d41d56e0c1b159e0a48f6e3f3164d2d3f2c8 (patch) | |
tree | e4e8097791b2a295ea77d5f2ace0cdda47da1bc1 /gnu/packages/ocaml.scm | |
parent | 84e304b56d6b42bdf03da837cf612e2407a38b41 (diff) | |
download | guix-5ce3d41d56e0c1b159e0a48f6e3f3164d2d3f2c8.tar guix-5ce3d41d56e0c1b159e0a48f6e3f3164d2d3f2c8.tar.gz |
gnu: ocaml-cohttp: Update to 5.0.0.
* gnu/packages/ocaml.scm (ocaml-cohttp): Update to 5.0.0.
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" |