mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
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:
parent
e07fc640cf
commit
ef20f8305c
1 changed files with 4 additions and 3 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue