guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/16: gnu: ocaml-cohttp: Update to 5.0.0.


From: guix-commits
Subject: 04/16: gnu: ocaml-cohttp: Update to 5.0.0.
Date: Fri, 4 Feb 2022 11:51:03 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 5ce3d41d56e0c1b159e0a48f6e3f3164d2d3f2c8
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Feb 4 10:54:16 2022 +0100

    gnu: ocaml-cohttp: Update to 5.0.0.
    
    * gnu/packages/ocaml.scm (ocaml-cohttp): Update to 5.0.0.
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]