gnu: ocaml-ssl: Update to 0.5.5.
* gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.5
This commit is contained in:
parent
7b20cd575e
commit
26b438e064
|
@ -1652,14 +1652,14 @@ 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.3")
|
(version "0.5.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/savonet/ocaml-ssl/archive/"
|
(uri (string-append "https://github.com/savonet/ocaml-ssl/archive/"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"1ds5gzyzpcgwn7h40dmjkll7g990cr82ay05b2a7nrclvv6fdpg8"))))
|
"15p7652cvzdrlqxc1af11mg07wasxr1fsaj44gcmmh6bmav7wfzq"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(arguments `(#:tests? #f
|
(arguments `(#:tests? #f
|
||||||
#:make-flags (list "OCAMLFIND_LDCONF=ignore")
|
#:make-flags (list "OCAMLFIND_LDCONF=ignore")
|
||||||
|
|
Loading…
Reference in New Issue