1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-06 09:15:54 +02:00

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
+2 -2
View File
@@ -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 "."))