guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: ocaml-ssl: Update to 0.5.13.


From: guix-commits
Subject: 05/08: gnu: ocaml-ssl: Update to 0.5.13.
Date: Thu, 3 Nov 2022 08:58:29 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 7c51514f07c962193c681709f4ece8310003c60b
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Nov 3 13:17:20 2022 +0100

    gnu: ocaml-ssl: Update to 0.5.13.
    
    * gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.13.
---
 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 2dd47bc84e..1861aac096 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2562,7 +2562,7 @@ lets the client choose the concrete timeline.")
 (define-public ocaml-ssl
   (package
     (name "ocaml-ssl")
-    (version "0.5.12")
+    (version "0.5.13")
     (source
       (origin
         (method git-fetch)
@@ -2571,7 +2571,7 @@ lets the client choose the concrete timeline.")
               (commit version)))
         (file-name (git-file-name name version))
         (sha256 (base32
-                  "1dr7yghbv0wncvggd2105bj097msgrdzxd9wjkw1xxf2vvp0j1bi"))))
+                  "1bg5vagklq6yfxsvcnj2i76xis8hb59088hkic82smyrxdjd1kjs"))))
     (build-system dune-build-system)
     (arguments
      `(#:test-target "."))



reply via email to

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