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.
This commit is contained in:
parent
0550c2bf70
commit
6d1db05086
|
@ -2297,17 +2297,21 @@ collation, and NAMESPACE files.")
|
||||||
(define-public r-openssl
|
(define-public r-openssl
|
||||||
(package
|
(package
|
||||||
(name "r-openssl")
|
(name "r-openssl")
|
||||||
(version "1.1")
|
(version "1.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "openssl" version))
|
(uri (cran-uri "openssl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ldxgcr33lawwr8wp14kdk2678gpkvqkzv6g333bhck1hn6qspzv"))))
|
"0ypa41qr58jgipzkqn3wjqdsjyi7qk57i46s5wy88xy3j8jl9jkv"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libressl" ,libressl)))
|
`(("libressl" ,libressl)))
|
||||||
|
(native-inputs
|
||||||
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-askpass" ,r-askpass)))
|
||||||
(home-page "https://github.com/jeroenooms/openssl")
|
(home-page "https://github.com/jeroenooms/openssl")
|
||||||
(synopsis "Toolkit for encryption, signatures and certificates")
|
(synopsis "Toolkit for encryption, signatures and certificates")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue