gnu: ocaml-ssl: Update to 0.5.9.

* gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.9.
master
Julien Lepiller 2019-09-04 22:57:59 +02:00
parent 5a3082eca8
commit 4a8a0d8520
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 2 additions and 2 deletions

View File

@ -1800,7 +1800,7 @@ lets the client choose the concrete timeline.")
(define-public ocaml-ssl
(package
(name "ocaml-ssl")
(version "0.5.7")
(version "0.5.9")
(source
(origin
(method git-fetch)
@ -1809,7 +1809,7 @@ lets the client choose the concrete timeline.")
(commit version)))
(file-name (git-file-name name version))
(sha256 (base32
"06zxqnwqkvf7pmj5s44jflkknv01czgbi4nbaac0ys1p7rv99y3x"))))
"04h02rvzrwp886n5hsx84rnc9b150iggy38g5v1x1rwz3pkdnmf0"))))
(build-system dune-build-system)
(arguments
`(#:test-target "."))