me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-ssl: Update to 0.5.13.

* gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.13.
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
1 changed files with 2 additions and 2 deletions

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 "."))