gnu: ocaml-ssl: Update to 0.5.7.

* gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.7.
This commit is contained in:
Julien Lepiller 2019-04-26 17:51:09 +02:00
parent 44b8507d5e
commit b858c5ac39
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -1781,7 +1781,7 @@ (define-public ocaml-react
(define-public ocaml-ssl (define-public ocaml-ssl
(package (package
(name "ocaml-ssl") (name "ocaml-ssl")
(version "0.5.5") (version "0.5.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1790,21 +1790,10 @@ (define-public ocaml-ssl
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (base32 (sha256 (base32
"0fviq8xhp3qk7pmkl7knchywsipxgb7p0z489hj8qnf2sx8xzdmy")))) "06zxqnwqkvf7pmj5s44jflkknv01czgbi4nbaac0ys1p7rv99y3x"))))
(build-system ocaml-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:tests? #f `(#:test-target "."))
#:make-flags (list "OCAMLFIND_LDCONF=ignore")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'bootstrap
(lambda* (#:key #:allow-other-keys)
(system* "sh" "bootstrap")
(substitute* "src/OCamlMakefile"
(("/bin/sh") (which "bash")))
(substitute* "configure"
(("/bin/sh") (which "bash")))
#t)))))
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)
("automake" ,automake) ("automake" ,automake)