guix-commits
[Top][All Lists]
Advanced

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

05/14: gnu: ocaml-ssl: Update to 0.5.12.


From: guix-commits
Subject: 05/14: gnu: ocaml-ssl: Update to 0.5.12.
Date: Sat, 13 Aug 2022 15:22:22 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit b7b2c922741e0edcb6fc0e913a821eba6684dc9d
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Aug 13 19:37:34 2022 +0200

    gnu: ocaml-ssl: Update to 0.5.12.
    
    * gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.12.
---
 gnu/packages/ocaml.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 9968771bfc..6deb17d705 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2550,21 +2550,21 @@ lets the client choose the concrete timeline.")
 (define-public ocaml-ssl
   (package
     (name "ocaml-ssl")
-    (version "0.5.10")
+    (version "0.5.12")
     (source
       (origin
         (method git-fetch)
         (uri (git-reference
               (url "https://github.com/savonet/ocaml-ssl";)
-              (commit (string-append "v" version))))
+              (commit version)))
         (file-name (git-file-name name version))
         (sha256 (base32
-                  "1rszqiqayh67xlwd5411k8vib47x9kapdr037z1majd2c14z3kcb"))))
+                  "1dr7yghbv0wncvggd2105bj097msgrdzxd9wjkw1xxf2vvp0j1bi"))))
     (build-system dune-build-system)
     (arguments
      `(#:test-target "."))
     (native-inputs
-     (list autoconf automake which))
+     (list autoconf automake ocaml-alcotest which))
     (propagated-inputs (list openssl))
     (home-page "https://github.com/savonet/ocaml-ssl/";)
     (synopsis "OCaml bindings for OpenSSL")



reply via email to

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