gnu: ocaml-ssl: Update to 0.5.9.
* gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.9.
This commit is contained in:
parent
5a3082eca8
commit
4a8a0d8520
|
@ -1800,7 +1800,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.7")
|
(version "0.5.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1809,7 +1809,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
|
||||||
"06zxqnwqkvf7pmj5s44jflkknv01czgbi4nbaac0ys1p7rv99y3x"))))
|
"04h02rvzrwp886n5hsx84rnc9b150iggy38g5v1x1rwz3pkdnmf0"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "."))
|
`(#:test-target "."))
|
||||||
|
|
Loading…
Reference in New Issue