mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ocaml-ssl: Update to 0.5.12.
* gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.12.
This commit is contained in:
parent
42d5f769fb
commit
b7b2c92274
1 changed files with 4 additions and 4 deletions
|
@ -2550,21 +2550,21 @@ (define-public ocaml-react
|
|||
(define-public ocaml-ssl
|
||||
(package
|
||||
(name "ocaml-ssl")
|
||||
(version "0.5.10")
|
||||
(version "0.5.12")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/savonet/ocaml-ssl")
|
||||
(commit (string-append "v" version))))
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256 (base32
|
||||
"1rszqiqayh67xlwd5411k8vib47x9kapdr037z1majd2c14z3kcb"))))
|
||||
"1dr7yghbv0wncvggd2105bj097msgrdzxd9wjkw1xxf2vvp0j1bi"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(#:test-target "."))
|
||||
(native-inputs
|
||||
(list autoconf automake which))
|
||||
(list autoconf automake ocaml-alcotest which))
|
||||
(propagated-inputs (list openssl))
|
||||
(home-page "https://github.com/savonet/ocaml-ssl/")
|
||||
(synopsis "OCaml bindings for OpenSSL")
|
||||
|
|
Loading…
Reference in a new issue