gnu: r-openssl: Update to 1.2.1.

* gnu/packages/statistics.scm (r-openssl): Update to 1.2.1.
[native-inputs]: Add pkg-config.
[propagated-inputs]: Add r-askpass.
master
Ricardo Wurmus 2019-01-28 16:16:19 +01:00
parent 0550c2bf70
commit 6d1db05086
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 2 deletions

View File

@ -2297,17 +2297,21 @@ collation, and NAMESPACE files.")
(define-public r-openssl
(package
(name "r-openssl")
(version "1.1")
(version "1.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "openssl" version))
(sha256
(base32
"0ldxgcr33lawwr8wp14kdk2678gpkvqkzv6g333bhck1hn6qspzv"))))
"0ypa41qr58jgipzkqn3wjqdsjyi7qk57i46s5wy88xy3j8jl9jkv"))))
(build-system r-build-system)
(inputs
`(("libressl" ,libressl)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(propagated-inputs
`(("r-askpass" ,r-askpass)))
(home-page "https://github.com/jeroenooms/openssl")
(synopsis "Toolkit for encryption, signatures and certificates")
(description