gnu: r-openssl: Update to 1.4.2.

* gnu/packages/statistics.scm (r-openssl): Update to 1.4.2.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2020-06-28 05:38:54 +02:00
parent e07fc640cf
commit ef20f8305c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2316,19 +2316,20 @@ (define-public r-roxygen2
(define-public r-openssl (define-public r-openssl
(package (package
(name "r-openssl") (name "r-openssl")
(version "1.4.1") (version "1.4.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "openssl" version)) (uri (cran-uri "openssl" version))
(sha256 (sha256
(base32 (base32
"1ihz2qi33lhngl19xdanq0pbmfaacy63794mg8ll7z2lab3yryzp")))) "17fkc6pr8w5z3rpadg692a689p1v4j7xl5ak0y64is7c74cxgljx"))))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
`(("libressl" ,libressl))) `(("libressl" ,libressl)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)
("r-knitr" ,r-knitr)))
(propagated-inputs (propagated-inputs
`(("r-askpass" ,r-askpass))) `(("r-askpass" ,r-askpass)))
(home-page "https://github.com/jeroenooms/openssl") (home-page "https://github.com/jeroenooms/openssl")