me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-cohttp: Update to 5.0.0.

* gnu/packages/ocaml.scm (ocaml-cohttp): Update to 5.0.0.
master
Julien Lepiller 2022-02-04 10:54:16 +01:00
parent 84e304b56d
commit 5ce3d41d56
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

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