gnu: ocaml-ssl: Update to 0.5.13.

* gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.13.
This commit is contained in:
Julien Lepiller 2022-11-03 13:17:20 +01:00
parent 0e27aa1213
commit 7c51514f07
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -2562,7 +2562,7 @@ (define-public ocaml-react
(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 @@ (define-public ocaml-ssl
(commit version)))
(file-name (git-file-name name version))
(sha256 (base32
"1dr7yghbv0wncvggd2105bj097msgrdzxd9wjkw1xxf2vvp0j1bi"))))
"1bg5vagklq6yfxsvcnj2i76xis8hb59088hkic82smyrxdjd1kjs"))))
(build-system dune-build-system)
(arguments
`(#:test-target "."))