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 @@ lets the client choose the concrete timeline.")
(define-public ocaml-ssl (define-public ocaml-ssl
(package (package
(name "ocaml-ssl") (name "ocaml-ssl")
(version "0.5.12") (version "0.5.13")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2571,7 +2571,7 @@ lets the client choose the concrete timeline.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (base32 (sha256 (base32
"1dr7yghbv0wncvggd2105bj097msgrdzxd9wjkw1xxf2vvp0j1bi")))) "1bg5vagklq6yfxsvcnj2i76xis8hb59088hkic82smyrxdjd1kjs"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:test-target ".")) `(#:test-target "."))